Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.