WorkflowAssociation.IsDeclarative - Propriété
Gets a value that specifies whether the workflow association represents a declarative workflow.
Espace de noms : Microsoft.SharePoint.Client.Workflow
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IsDeclarative As Boolean
Get
'Utilisation
Dim instance As WorkflowAssociation
Dim value As Boolean
value = instance.IsDeclarative
public bool IsDeclarative { get; }
Valeur de propriété
Type : System.Boolean
Returns Booleantrue if the workflow association represents a declarative workflow; otherwise, returns false. The default value is
Remarques
For more information about declarative workflows, see Workflow Development in Office SharePoint Designer.