DocumentDistributedAmountAmount Property |
The amount which has beed distributed over the current line. The amount is in the currency of the document. [Currency: GetDocumentCurrency()] [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount Amount { get; set; }
Public Property Amount As Amount
Get
Set
public:
property Amount^ Amount {
Amount^ get ();
void set (Amount^ value);
}
member Amount : Amount with get, set
Property Value
Type:
Amount
See Also