WorkflowTemplate.IsDeclarative property
Gets a value that specifies whether the workflow template 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 WorkflowTemplate
Dim value As Boolean
value = instance.IsDeclarative
public bool IsDeclarative { get; }
Property value
Type: System.Boolean
Returns Booleantrue if the workflow template represents a declarative workflow; otherwise false. The default value is
Remarks
For more information about declarative workflows, see Workflow Development in Office SharePoint Designer.