Partager via


PexSettingsAttributeBase.MaxExecutionTreeNodes Property

Definition

A named parameter that specifies the maximum number of execution tree nodes.

public:
 property int MaxExecutionTreeNodes { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(100000)]
[System.ComponentModel.Description("Maximum number of execution tree nodes")]
public int MaxExecutionTreeNodes { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(100000)>]
[<System.ComponentModel.Description("Maximum number of execution tree nodes")>]
member this.MaxExecutionTreeNodes : int with get, set
Public Property MaxExecutionTreeNodes As Integer

Property Value

The maximum number of nodes.

Attributes

Applies to