EntryReferencedDocumentType Property |
Type of the document that represents the operation that caused this entry. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentType ReferencedDocumentType { get; set; }
Public Property ReferencedDocumentType As DocumentType
Get
Set
public:
property DocumentType^ ReferencedDocumentType {
DocumentType^ get ();
void set (DocumentType^ value);
}
member ReferencedDocumentType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also