ManagementPolicyRuleActionWorkflowDefinition Property |
Action Workflows - These workflows are applied as part of the policy. Read operations do not trigger workflows.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<WorkflowInstance> ActionWorkflowDefinition { get; set; }
Public Property ActionWorkflowDefinition As List(Of WorkflowInstance)
Get
Set
public:
property List<WorkflowInstance^>^ ActionWorkflowDefinition {
List<WorkflowInstance^>^ get ();
void set (List<WorkflowInstance^>^ value);
}
member ActionWorkflowDefinition : List<WorkflowInstance> with get, set
Property Value
Type:
ListWorkflowInstance
See Also