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