DocumentDocumentType Property |
The user defined type of the document. Determines document behaviour, properties, additional amounts, validation, generations, etc. [Required]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentType DocumentType { get; set; }
Public Property DocumentType As DocumentType
Get
Set
public:
property DocumentType^ DocumentType {
DocumentType^ get ();
void set (DocumentType^ value);
}
member DocumentType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also