PexSettingsAttributeBase.Timeout 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 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