RouteParentDocumentRelationshipType Property |
Determines the default relationship type between the generated document and the parent document. [Required] [Default("S")]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Workflow
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ParentDocumentRelationshipType ParentDocumentRelationshipType { get; set; }
Public Property ParentDocumentRelationshipType As ParentDocumentRelationshipType
Get
Set
public:
property ParentDocumentRelationshipType^ ParentDocumentRelationshipType {
ParentDocumentRelationshipType^ get ();
void set (ParentDocumentRelationshipType^ value);
}
member ParentDocumentRelationshipType : ParentDocumentRelationshipType with get, set
Property Value
Type:
ParentDocumentRelationshipType
See Also