Freigeben über


WorkflowContext.AutoStartCreate-Eigenschaft

Ruft einen Wert, der angibt, ob der Workflow gestartet wird, wenn ein Element erstellt wird.

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

Syntax

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

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

Eigenschaftswert

Typ: System.Boolean
true , wenn der Workflow gestartet wird, wenn ein Element erstellt wird; andernfalls false.

Siehe auch

Referenz

WorkflowContext Klasse

WorkflowContext-Member

Microsoft.SharePoint.WorkflowActions-Namespace