WorkflowDefinition.RequiresAssociationForm property

Namespace:  Microsoft.SharePoint.Client.WorkflowServices
Assembly:  Microsoft.SharePoint.Client.WorkflowServices (in Microsoft.SharePoint.Client.WorkflowServices.dll)

Syntax

'Declaration
Public Property RequiresAssociationForm As Boolean
    Get
    Set
'Usage
Dim instance As WorkflowDefinition
Dim value As Boolean

value = instance.RequiresAssociationForm

instance.RequiresAssociationForm = value
public bool RequiresAssociationForm { get; set; }

Property value

Type: System.Boolean

See also

Reference

WorkflowDefinition class

WorkflowDefinition members

Microsoft.SharePoint.Client.WorkflowServices namespace