SPWorkflowAssociation.IsDeclarative Property
Returns True if the workflow association is a declarative, files-based workflow, False if the workflow association is a compiled workflow assembly.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public ReadOnly Property IsDeclarative As Boolean
Get
Dim instance As SPWorkflowAssociation
Dim value As Boolean
value = instance.IsDeclarative
public bool IsDeclarative { get; }
Property Value
Type: System.Boolean
A Boolean that represents whether the workflow is declarative.
Remarks
For more information on declarative workflows, see Workflow Development in Office SharePoint Designer.
See Also
Reference
Microsoft.SharePoint.Workflow Namespace
Other Resources
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview