SPWebApplication.UserDefinedWorkflowMaximumComplexity Property
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>