PexSettingsAttributeBase.MaxBranches 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 the maximum number of branches that can be taken along a single execution path.
public:
property int MaxBranches { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(10000)]
[System.ComponentModel.Description("Maximum number of branches that may be taken along a single execution path")]
public int MaxBranches { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(10000)>]
[<System.ComponentModel.Description("Maximum number of branches that may be taken along a single execution path")>]
member this.MaxBranches : int with get, set
Public Property MaxBranches As Integer
Property Value
The maximum number of branches.
- Attributes