DocumentAmountReferencedLogisticsDocuments Property |
Gets the referenced logistics documents. If
ReferencedDocuments is empty, the owner document is returned.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<LogisticsDocument> ReferencedLogisticsDocuments { get; }
Public ReadOnly Property ReferencedLogisticsDocuments As IEnumerable(Of LogisticsDocument)
Get
public:
property IEnumerable<LogisticsDocument^>^ ReferencedLogisticsDocuments {
IEnumerable<LogisticsDocument^>^ get ();
}
member ReferencedLogisticsDocuments : IEnumerable<LogisticsDocument> with get
Property Value
Type:
IEnumerableLogisticsDocument
The referenced logistics documents.
See Also