DocumentAmountTotalDistributedAmount Property |
The total amount (in documents currency) which was distributed to the documents lines. Null if the amount is not distributed yet. [Currency: LogisticsDocument.DocumentCurrency] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount TotalDistributedAmount { get; set; }
Public Property TotalDistributedAmount As Amount
Get
Set
public:
property Amount^ TotalDistributedAmount {
Amount^ get ();
void set (Amount^ value);
}
member TotalDistributedAmount : Amount with get, set
Property Value
Type:
Amount
See Also