SPWorkflowTemplate.AllowManual property

Gets and sets whether workflow instances based on this workflow template can be started manually. True to be able to start workflow instances manually.

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

Syntax

'Declaration
<ClientCallablePropertyAttribute(SetProperty := False)> _
Public Property AllowManual As Boolean
    Get
    Set
'Usage
Dim instance As SPWorkflowTemplate
Dim value As Boolean

value = instance.AllowManual

instance.AllowManual = value
[ClientCallablePropertyAttribute(SetProperty = false)]
public bool AllowManual { get; set; }

Property value

Type: System.Boolean
A Boolean that represents whether the workflow can be manually initiated.

See also

Reference

SPWorkflowTemplate class

SPWorkflowTemplate members

Microsoft.SharePoint.Workflow namespace

Other resources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview