PexSettingsAttributeBase.Timeout Property

Definition

A named parameter that specifies the exploration time out value.

public:
 property int Timeout { int get(); void set(int value); };
[System.ComponentModel.Category("Boundaries")]
[System.ComponentModel.DefaultValue(120)]
[System.ComponentModel.Description("Exploration time out (in seconds)")]
public int Timeout { get; set; }
[<System.ComponentModel.Category("Boundaries")>]
[<System.ComponentModel.DefaultValue(120)>]
[<System.ComponentModel.Description("Exploration time out (in seconds)")>]
member this.Timeout : int with get, set
Public Property Timeout As Integer

Property Value

The time out value, in seconds.

Attributes

Applies to