WorkflowTemplate.AllowManual property

Gets a value that specifies whether workflow associations based on this workflow template can be configured to allow workflow instances to be started manually.

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

Syntax

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

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

Property value

Type: System.Boolean
Returns Booleantrue if workflow associations based on this workflow template can be configured to allow workflow instances to be started manually; otherwise, returns false. The default value is

See also

Reference

WorkflowTemplate class

WorkflowTemplate members

Microsoft.SharePoint.Client.Workflow namespace