WorkflowAssociation.AllowManual property
Gets or sets a value that specifies whether workflow instances based on this workflow association can be started manually.
Namespace: Microsoft.SharePoint.Client.Workflow
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property AllowManual As Boolean
Get
Set
'Usage
Dim instance As WorkflowAssociation
Dim value As Boolean
value = instance.AllowManual
instance.AllowManual = value
public bool AllowManual { get; set; }
Property value
Type: System.Boolean
Returns Booleantrue if the workflow instance based on this workflow can be started manually; otherwise, returns false. The default value is.
Remarks
If this workflow association’s BaseTempate’s AllowManual property is set to false, setting this property will result in no change to its value.