Freigeben über


WorkflowTemplate.IsDeclarative-Eigenschaft

Ruft einen Wert ab, der angibt, ob die Workflowvorlage für einen deklarativen Workflow steht.

Namespace:  Microsoft.SharePoint.Client.Workflow
Assemblys:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (in Microsoft.SharePoint.Client.Phone.dll)  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; }

Eigenschaftswert

Typ: System.Boolean
Gibt Booleantrue , wenn die Workflowvorlage einen Codeworkflow; darstellt andernfalls false. Ist der Standardwert.

Hinweise

Weitere Informationen zu deklarative Workflows finden Sie unter Workflow Development in Office SharePoint Designer.

Siehe auch

Referenz

WorkflowTemplate Klasse

WorkflowTemplate-Member

Microsoft.SharePoint.Client.Workflow-Namespace