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