WorkflowAssociation.IsDeclarative Property

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

Namespace:  Microsoft.SharePoint.Client.Workflow
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property IsDeclarative As Boolean
    Get
'Usage
Dim instance As WorkflowAssociation
Dim value As Boolean

value = instance.IsDeclarative
[RemoteAttribute]
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

See Also

Reference

WorkflowAssociation Class

WorkflowAssociation Members

Microsoft.SharePoint.Client.Workflow Namespace