DocumentDistributedAmountLine Property |
Gets the logistic line. Can be null if the distribution is on the entire document and not on a particular line.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic LogisticsDocumentLine Line { get; }
Public ReadOnly Property Line As LogisticsDocumentLine
Get
public:
property LogisticsDocumentLine^ Line {
LogisticsDocumentLine^ get ();
}
member Line : LogisticsDocumentLine with get
Property Value
Type:
LogisticsDocumentLine
The line.
See Also