Share via


TestRunConfiguration.AgentNotRespondingTimeout Property

Gets or sets the time limit for nonresponding test agents.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Syntax

'Declaration
Public Property AgentNotRespondingTimeout As Integer
'Usage
Dim instance As TestRunConfiguration 
Dim value As Integer 

value = instance.AgentNotRespondingTimeout

instance.AgentNotRespondingTimeout = value
public int AgentNotRespondingTimeout { get; set; }
public:
property int AgentNotRespondingTimeout {
    int get ();
    void set (int value);
}
public function get AgentNotRespondingTimeout () : int 
public function set AgentNotRespondingTimeout (value : int)

Property Value

Type: System.Int32
A time limit for the agents not responding.

Exceptions

Exception Condition
Common_CannotBeLessThanZero

Time limit < 0.

.NET Framework Security

See Also

Reference

TestRunConfiguration Class

TestRunConfiguration Members

Microsoft.VisualStudio.TestTools.Common Namespace