SPWorkflowAssociation.IsDeclarative property
Retorna True se a associação de fluxo de trabalho for um declarativo baseada em arquivos, fluxo de trabalho, False se a associação de fluxo de trabalho for um assembly compilado do fluxo de trabalho.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaração
<ClientCallableAttribute> _
Public ReadOnly Property IsDeclarative As Boolean
Get
'Uso
Dim instance As SPWorkflowAssociation
Dim value As Boolean
value = instance.IsDeclarative
[ClientCallableAttribute]
public bool IsDeclarative { get; }
Type: System.Boolean
Um Boolean que indica se o fluxo de trabalho é declarativo.
For more information about declarative workflows, see Workflow Development in Office SharePoint Designer.
Microsoft.SharePoint.Workflow namespace
Workflows in Windows SharePoint Services
Workflow Development for Windows SharePoint Services
Workflow Object Model in Windows SharePoint Services Overview