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