DocumentGenerationTParent, TOrderItem, TSubDocumentSubDocumentsType 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
Syntaxpublic DocumentType SubDocumentsType { get; set; }
Public Property SubDocumentsType As DocumentType
Get
Set
public:
virtual property DocumentType^ SubDocumentsType {
DocumentType^ get () sealed;
void set (DocumentType^ value) sealed;
}
abstract SubDocumentsType : DocumentType with get, set
override SubDocumentsType : DocumentType with get, set
Property Value
Type:
DocumentTypeImplements
IDocumentGenerationSubDocumentsType
See Also