ApprovalWorkflowInstance Property |
Workflow Instance -
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic WorkflowInstance WorkflowInstance { get; set; }
Public Property WorkflowInstance As WorkflowInstance
Get
Set
public:
property WorkflowInstance^ WorkflowInstance {
WorkflowInstance^ get ();
void set (WorkflowInstance^ value);
}
member WorkflowInstance : WorkflowInstance with get, set
Property Value
Type:
WorkflowInstance
See Also