Share via


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
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 AllowManual As Boolean
    Get
'Usage
Dim instance As WorkflowTemplate
Dim value As Boolean

value = instance.AllowManual
[RemoteAttribute]
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