LogisticsDocumentLineLogisticDocument Property |
Gets the logistics document of the line.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic LogisticsDocument LogisticDocument { get; }
Public ReadOnly Property LogisticDocument As LogisticsDocument
Get
public:
property LogisticsDocument^ LogisticDocument {
LogisticsDocument^ get ();
}
member LogisticDocument : LogisticsDocument with get
Property Value
Type:
LogisticsDocument
The logistics document.
See Also