WorkflowSettings.MaxDepth Property

Definition

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