SPWorkflowAssociation.AutoStartChange property

True to have workflow instances based on this workflow associate start automatically when an item is changed.

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

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property AutoStartChange As Boolean
    Get
    Set
'Usage
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
A Boolean that represents whether the workflow starts automatically when the item is changed.

See also

Reference

SPWorkflowAssociation class

SPWorkflowAssociation members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview