SPWebApplication.UserDefinedWorkflowMaximumComplexity-Eigenschaft

Ruft ab oder legt die maximale Anzahl von Aktivitäten und Bindungen für einen benutzerdefinierten Workflow zulässig.

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; }

Eigenschaftswert

Typ: System.Nullable<UInt32>
Eine 32-Bit-Ganzzahl, die die maximale zulässige Anzahl von Elementen in einem Benutzer enthält definierten Workflow.

Siehe auch

Referenz

SPWebApplication Klasse

SPWebApplication-Member

Microsoft.SharePoint.Administration-Namespace