RouteDestinationDocumentType Property |
The type of the document, that will be generated by executing the route. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DocumentType DestinationDocumentType { get; set; }
Public Property DestinationDocumentType As DocumentType
Get
Set
public:
property DocumentType^ DestinationDocumentType {
DocumentType^ get ();
void set (DocumentType^ value);
}
member DestinationDocumentType : DocumentType with get, set
Property Value
Type:
DocumentType
See Also