DocumentAmountInputUnitAmount Property |
Input unit amount for the calculation of the current amount. [Currency: GetInputAmountCurrency()] [Filter(eq;ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount InputUnitAmount { get; set; }
Public Property InputUnitAmount As Amount
Get
Set
public:
property Amount^ InputUnitAmount {
Amount^ get ();
void set (Amount^ value);
}
member InputUnitAmount : Amount with get, set
Property Value
Type:
Amount
See Also