Share via


TestRunConfiguration.AgentNotRespondingTimeout Property

Gets or sets the time limit for non-responding 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
public int AgentNotRespondingTimeout { get; set; }
public:
property int AgentNotRespondingTimeout {
    int get ();
    void set (int value);
}
member AgentNotRespondingTimeout : int with get, set
function get AgentNotRespondingTimeout () : int
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

Microsoft.VisualStudio.TestTools.Common Namespace