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