DocumentLineAmountReferencedDocument Property |
When not null, specifies that this distribution is specified for a referenced document (not the document for which the amount is calculated). [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Document ReferencedDocument { get; set; }
Public Property ReferencedDocument As Document
Get
Set
public:
property Document^ ReferencedDocument {
Document^ get ();
void set (Document^ value);
}
member ReferencedDocument : Document with get, set
Property Value
Type:
Document
See Also