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