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