SPWebApplication.UserDefinedWorkflowMaximumComplexity property

Gets or sets the maximum number of activities and bindings allowed for a user defined workflow.

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

Syntax

'Declaration
Public Property UserDefinedWorkflowMaximumComplexity As Nullable(Of UInteger)
    Get
    Set
'Usage
Dim instance As SPWebApplication
Dim value As Nullable(Of UInteger)

value = instance.UserDefinedWorkflowMaximumComplexity

instance.UserDefinedWorkflowMaximumComplexity = value
public Nullable<uint> UserDefinedWorkflowMaximumComplexity { get; set; }

Property value

Type: System.Nullable<UInt32>
A 32-bit integer that contains the maximum number of elements allowed in a user defined workflow.

See also

Reference

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace