DistributionResultToStoreTransactionLineFulfillmentParentDocument Property |
Gets the parent document.
Namespace:
Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Distribution ParentDocument { get; }
Public ReadOnly Property ParentDocument As Distribution
Get
public:
property Distribution^ ParentDocument {
Distribution^ get ();
}
member ParentDocument : Distribution with get
Property Value
Type:
Distribution
The parent document.
See Also