ExtensibleDataObjectVersions Property |
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<ObjectVersion> Versions { get; }
Public ReadOnly Property Versions As ChildCollection(Of ObjectVersion)
Get
public:
property ChildCollection<ObjectVersion^>^ Versions {
ChildCollection<ObjectVersion^>^ get ();
}
member Versions : ChildCollection<ObjectVersion> with get
Property Value
Type:
ChildCollectionObjectVersion
See Also