WorkflowContext.AutoStartChange property

Gets a value that indicates whether the workflow is started when an item is changed.

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

Syntax

'Declaration
Public ReadOnly Property AutoStartChange As Boolean
    Get
'Usage
Dim instance As WorkflowContext
Dim value As Boolean

value = instance.AutoStartChange
public bool AutoStartChange { get; }

Property value

Type: System.Boolean
true if the workflow is started when an item is changed; otherwise, false.

See also

Reference

WorkflowContext class

WorkflowContext members

Microsoft.SharePoint.WorkflowActions namespace