Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Public Property AgentNotRespondingTimeout As Integer
'使用
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
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.