AccountingVoucherDefaultReferencedDocument Property |
Default for Referenced_Document_Id in the lines. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Document DefaultReferencedDocument { get; set; }
Public Property DefaultReferencedDocument As Document
Get
Set
public:
property Document^ DefaultReferencedDocument {
Document^ get ();
void set (Document^ value);
}
member DefaultReferencedDocument : Document with get, set
Property Value
Type:
Document
See Also