WorkflowSettings.MaxDepth Property
Definition
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