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