Compartilhar via


SPWorkflowAssociation.AutoStartChange property

True ter instâncias de fluxo de trabalho com base no início de associar fluxo de trabalho automaticamente quando um item for alterado.

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

Syntax

'Declaração
<ClientCallableAttribute> _
Public Property AutoStartChange As Boolean
    Get
    Set
'Uso
Dim instance As SPWorkflowAssociation
Dim value As Boolean

value = instance.AutoStartChange

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

Property value

Type: System.Boolean
Um Boolean que indica se o fluxo de trabalho é iniciado automaticamente quando o item for alterado.

Ver também

Referência

SPWorkflowAssociation class

SPWorkflowAssociation members

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