Share via


SPUserCodeWorkflowContext.AllowManual property

Gets or sets a value that indicates whether the workflow can be started manually.

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

Syntax

'Declaration
Public Property AllowManual As Boolean
    Get
    Set
'Usage
Dim instance As SPUserCodeWorkflowContext
Dim value As Boolean

value = instance.AllowManual

instance.AllowManual = value
public bool AllowManual { get; set; }

Property value

Type: System.Boolean
true if the workflow can be started manually, otherwise, false.

See also

Reference

SPUserCodeWorkflowContext class

SPUserCodeWorkflowContext members

Microsoft.SharePoint.UserCode namespace