DocumentDistributedAmounts Property |
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<DocumentDistributedAmount> DistributedAmounts { get; }
Public ReadOnly Property DistributedAmounts As ChildCollection(Of DocumentDistributedAmount)
Get
public:
virtual property ChildCollection<DocumentDistributedAmount^>^ DistributedAmounts {
ChildCollection<DocumentDistributedAmount^>^ get () sealed;
}
abstract DistributedAmounts : ChildCollection<DocumentDistributedAmount> with get
override DistributedAmounts : ChildCollection<DocumentDistributedAmount> with get
Property Value
Type:
ChildCollectionDocumentDistributedAmount
See Also