WorkflowSubscription.ManualStartBypassesActivationLimit property

Boolean value that specifies whether multiple workflow instances can be started manually on the same list item at the same time. This property can be used for list workflows only.

Namespace:  Microsoft.SharePoint.WorkflowServices
Assembly:  Microsoft.SharePoint.WorkflowServicesBase (in Microsoft.SharePoint.WorkflowServicesBase.dll)

Syntax

'Declaration
<ClientCallablePropertyAttribute> _
Public Property ManualStartBypassesActivationLimit As Boolean
    Get
    Set
'Usage
Dim instance As WorkflowSubscription
Dim value As Boolean

value = instance.ManualStartBypassesActivationLimit

instance.ManualStartBypassesActivationLimit = value
[ClientCallablePropertyAttribute]
public bool ManualStartBypassesActivationLimit { get; set; }

Property value

Type: System.Boolean
Returns true if the multiple workflow instances can be started manually; otherwise returns false.

See also

Reference

WorkflowSubscription class

WorkflowSubscription members

Microsoft.SharePoint.WorkflowServices namespace