Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WorkflowSettings.MaxDepth Property

Definition

Namespace:
Microsoft.Xrm.Sdk.Deployment
Assembly:
Microsoft.Xrm.Sdk.Deployment.dll
Package:
Microsoft.CrmSdk.Deployment v9.0.2.34

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets or sets the maximum depth for a workflow.

public:
 property int MaxDepth { int get(); void set(int value); };
[System.Runtime.Serialization.DataMember]
public int MaxDepth { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.MaxDepth : int with get, set
Public Property MaxDepth As Integer

Property Value

The maximum depth for a workflow.

Attributes

Applies to