WebTestRequest.ResponseTimeGoal Property
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property ResponseTimeGoal As Single
public float ResponseTimeGoal { get; set; }
public:
property float ResponseTimeGoal {
float get ();
void set (float value);
}
member ResponseTimeGoal : float32 with get, set
function get ResponseTimeGoal () : float
function set ResponseTimeGoal (value : float)
Property Value
Type: Single
.NET Framework Security
- 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.