DocumentAmountLogisticsDocument Property |
Gets the owner logistic document.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic LogisticsDocument LogisticsDocument { get; }
Public ReadOnly Property LogisticsDocument As LogisticsDocument
Get
public:
property LogisticsDocument^ LogisticsDocument {
LogisticsDocument^ get ();
}
member LogisticsDocument : LogisticsDocument with get
Property Value
Type:
LogisticsDocument
The logistic document.
ExceptionsException | Condition |
---|
Exception | The owner document of the document amount is not a logistic document.
Only logistic documents support document amounts. |
See Also