ManagementPolicyRuleAuthenticationWorkflowDefinition Property |
Authentication Workflows - These workflows will not be applied to Requests created by the Built-in Synchronization Account or Forefront Identity Manager Workflow Activities. Read operations do not trigger workflows.
Namespace: IdmNet.ModelsAssembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntaxpublic List<WorkflowDefinition> AuthenticationWorkflowDefinition { get; set; }
Public Property AuthenticationWorkflowDefinition As List(Of WorkflowDefinition)
Get
Set
public:
property List<WorkflowDefinition^>^ AuthenticationWorkflowDefinition {
List<WorkflowDefinition^>^ get ();
void set (List<WorkflowDefinition^>^ value);
}
member AuthenticationWorkflowDefinition : List<WorkflowDefinition> with get, set
Property Value
Type:
ListWorkflowDefinition
See Also