DocumentLineAmountLine Property |
Gets the logistic 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