WorkflowAssociation.IsDeclarative property

Gets a value that specifies whether the workflow association represents a declarative workflow.

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

Syntax

'Declaration
Public ReadOnly Property IsDeclarative As Boolean
    Get
'Usage
Dim instance As WorkflowAssociation
Dim value As Boolean

value = instance.IsDeclarative
public bool IsDeclarative { get; }

Property value

Type: System.Boolean
Returns Booleantrue if the workflow association represents a declarative workflow; otherwise, returns false. The default value is

Remarks

For more information about declarative workflows, see Workflow Development in Office SharePoint Designer.

See also

Reference

WorkflowAssociation class

WorkflowAssociation members

Microsoft.SharePoint.Client.Workflow namespace