DocumentAmountInfoTotalDistributedAmount Property |
Gets the total distributed amount.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.DocumentAmounts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount TotalDistributedAmount { get; }
Public ReadOnly Property TotalDistributedAmount As Amount
Get
public:
property Amount^ TotalDistributedAmount {
Amount^ get ();
}
member TotalDistributedAmount : Amount with get
Property Value
Type:
Amount
The total distributed amount.
See Also