PexSettingsAttributeBase.MaxCalls Property

Definition

A named parameter that specifies the maximum number of method calls during an exploration.

public:
 property int MaxCalls { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(2147483647)]
[System.ComponentModel.Description("Maximum number of method calls during an exploration")]
public int MaxCalls { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(2147483647)>]
[<System.ComponentModel.Description("Maximum number of method calls during an exploration")>]
member this.MaxCalls : int with get, set
Public Property MaxCalls As Integer

Property Value

The maximum number of method calls.

Attributes

Applies to