IDocumentAmountsDocumentDistributedAmounts Property |
Gets the distributed amounts.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxChildCollection<DocumentDistributedAmount> DistributedAmounts { get; }
ReadOnly Property DistributedAmounts As ChildCollection(Of DocumentDistributedAmount)
Get
property ChildCollection<DocumentDistributedAmount^>^ DistributedAmounts {
ChildCollection<DocumentDistributedAmount^>^ get ();
}
abstract DistributedAmounts : ChildCollection<DocumentDistributedAmount> with get
Property Value
Type:
ChildCollectionDocumentDistributedAmount
The distributed amounts.
See Also