WorkflowTemplate.AutoStartChange property

Gets a value that specifies whether workflow associations based on this workflow template can be configured to start workflow instances automatically when an item is changed.

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

Syntax

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

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

Property value

Type: System.Boolean
Returns Booleantrue if workflow associations based on this workflow template can be configured to start workflow instances automatically when an item is changed; otherwise, false. The default value is

See also

Reference

WorkflowTemplate class

WorkflowTemplate members

Microsoft.SharePoint.Client.Workflow namespace