SPWorkflowTemplate.AutoStartChange property

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

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

Syntax

'Declaration
<ClientCallablePropertyAttribute(SetProperty := False)> _
Public Property AutoStartChange As Boolean
    Get
    Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As Boolean

value = instance.AutoStartChange

instance.AutoStartChange = value
[ClientCallablePropertyAttribute(SetProperty = false)]
public bool AutoStartChange { get; set; }

Property value

Type: System.Boolean
A Boolean that represents whether to have workflow instances based on this workflow template start automatically when an item is changed.

See also

Reference

SPWorkflowTemplate class

SPWorkflowTemplate 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