共用方式為


SPWebApplication.UserDefinedWorkflowMaximumComplexity property

取得或設定活動和繫結的使用者定義的工作流程所允許的最大數目。

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

Syntax

'宣告
Public Property UserDefinedWorkflowMaximumComplexity As Nullable(Of UInteger)
    Get
    Set
'用途
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>
包含使用者所允許的元素數目上限為 32 位元整數定義工作流程。

請參閱

參照

SPWebApplication class

SPWebApplication members

Microsoft.SharePoint.Administration namespace