Share via


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

Public Property AutoStartChange As Boolean
    Get
    Set

Dim instance As SPWorkflowAssociation
Dim value As Boolean

value = instance.AutoStartChange

instance.AutoStartChange = value
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