RequestActionWorkflowInstance Property |
Action Workflow Instance - A reference to a workflow instance executed during the action phase of request processing.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<WorkflowInstance> ActionWorkflowInstance { get; set; }
Public Property ActionWorkflowInstance As List(Of WorkflowInstance)
Get
Set
public:
property List<WorkflowInstance^>^ ActionWorkflowInstance {
List<WorkflowInstance^>^ get ();
void set (List<WorkflowInstance^>^ value);
}
member ActionWorkflowInstance : List<WorkflowInstance> with get, set
Property Value
Type:
ListWorkflowInstance
See Also