SPWorkflowTemplate.AutoStartCreate property
True ter instâncias de fluxo de trabalho com base nesse início de modelo de fluxo de trabalho automaticamente quando um item é criado.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
<ClientCallablePropertyAttribute(SetProperty := False)> _
Public Property AutoStartCreate As Boolean
Get
Set
'Uso
Dim instance As SPWorkflowTemplate
Dim value As Boolean
value = instance.AutoStartCreate
instance.AutoStartCreate = value
[ClientCallablePropertyAttribute(SetProperty = false)]
public bool AutoStartCreate { get; set; }
Property value
Type: System.Boolean
Boolean que representa se deve ter instâncias de fluxo de trabalho com base nesse modelo de fluxo de trabalho é iniciado automaticamente quando um item for criado.
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