ILogisticsDocumentLineLogisticsDocument Property |
Gets the logistics document of the line.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxILogisticsDocument LogisticsDocument { get; }
ReadOnly Property LogisticsDocument As ILogisticsDocument
Get
property ILogisticsDocument^ LogisticsDocument {
ILogisticsDocument^ get ();
}
abstract LogisticsDocument : ILogisticsDocument with get
Property Value
Type:
ILogisticsDocument
The logistics document.
See Also