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