WorkflowTemplate.AutoStartCreate 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 created.

Namespace:  Microsoft.SharePoint.Client.Workflow
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property AutoStartCreate As Boolean
    Get
'Usage
Dim instance As WorkflowTemplate
Dim value As Boolean

value = instance.AutoStartCreate
[RemoteAttribute]
public bool AutoStartCreate { 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 created; otherwise, returns false. The default value is

See Also

Reference

WorkflowTemplate Class

WorkflowTemplate Members

Microsoft.SharePoint.Client.Workflow Namespace