IDocumentGenerationSubDocumentsType Property |
Gets or sets the document type of the generated document.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxDocumentType SubDocumentsType { get; set; }
Property SubDocumentsType As DocumentType
Get
Set
property DocumentType^ SubDocumentsType {
DocumentType^ get ();
void set (DocumentType^ value);
}
abstract SubDocumentsType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also