Share via


WorkflowContext.AllowManual Property

Gets a value that indicates whether the workflow can be started manually.

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

Syntax

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

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

Property Value

Type: System.Boolean
true if the workflow can be started manually, otherwise, false.

See Also

Reference

WorkflowContext Class

WorkflowContext Members

Microsoft.SharePoint.WorkflowActions Namespace