PexSettingsAttributeBase.MaxRuns 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.
A named parameter that specifies maximum number of runs that will be tried during an exploration.
public:
property int MaxRuns { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(1000)]
[System.ComponentModel.Description("Maximum number of runs that will be tried during an exploration")]
public int MaxRuns { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(1000)>]
[<System.ComponentModel.Description("Maximum number of runs that will be tried during an exploration")>]
member this.MaxRuns : int with get, set
Public Property MaxRuns As Integer
Property Value
The maximum number of runs.
- Attributes