Freigeben über


SPWorkflowAssociation.IsDeclarative-Eigenschaft

Gibt True Wenn die Workflowzuordnung einen deklarativen, Dateien-basierten Workflow False Wenn Workflowzuordnung eine kompilierte Workflowassembly ist.

Namespace:  Microsoft.SharePoint.Workflow
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

value = instance.IsDeclarative
[ClientCallableAttribute]
public bool IsDeclarative { get; }

Eigenschaftswert

Typ: System.Boolean
Ein Boolean , der angibt, ob der Workflow deklarativ ist.

Hinweise

For more information about declarative workflows, see Workflow Development in Office SharePoint Designer.

Siehe auch

Referenz

SPWorkflowAssociation Klasse

SPWorkflowAssociation-Member

Microsoft.SharePoint.Workflow-Namespace

Weitere Ressourcen

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview