SPWorkflowAssociation.AllowManual Property
Gets and sets whether workflow instances based on this workflow association 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
Public Property AllowManual As Boolean
Get
Set
Dim instance As SPWorkflowAssociation
Dim value As Boolean
value = instance.AllowManual
instance.AllowManual = value
public bool AllowManual { get; set; }
Property Value
Type: System.Boolean
A Boolean that specifies whether the workflow can be started manually.
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