SPWorkflowAssociation.AllowManual property
Gets or sets whether workflow instances based on this workflow association can be started manually.
Namespace: Microsoft.SharePoint.Workflow
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ClientCallableAttribute> _
Public Property AllowManual As Boolean
Get
Set
'Usage
Dim instance As SPWorkflowAssociation
Dim value As Boolean
value = instance.AllowManual
instance.AllowManual = value
[ClientCallableAttribute]
public bool AllowManual { get; set; }
Property value
Type: System.Boolean
true to enable workflow instances to be started manually; otherwise, false.
See also
Reference
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