LogisticsDocumentDistributedAmountsFromOtherDocuments Property |
Gets the distributed amounts where this document is referenced.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic MasterDetailCollection<LogisticsDocument, DocumentDistributedAmount> DistributedAmountsFromOtherDocuments { get; }
Public ReadOnly Property DistributedAmountsFromOtherDocuments As MasterDetailCollection(Of LogisticsDocument, DocumentDistributedAmount)
Get
public:
property MasterDetailCollection<LogisticsDocument^, DocumentDistributedAmount^>^ DistributedAmountsFromOtherDocuments {
MasterDetailCollection<LogisticsDocument^, DocumentDistributedAmount^>^ get ();
}
member DistributedAmountsFromOtherDocuments : MasterDetailCollection<LogisticsDocument, DocumentDistributedAmount> with get
Property Value
Type:
MasterDetailCollectionLogisticsDocument,
DocumentDistributedAmount
See Also