Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the request result of the Web performance test.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property RequestResult As WebTestRequestResult
public WebTestRequestResult RequestResult { get; internal set; }
public:
property WebTestRequestResult^ RequestResult {
WebTestRequestResult^ get ();
internal: void set (WebTestRequestResult^ value);
}
member RequestResult : WebTestRequestResult with get, internal set
function get RequestResult () : WebTestRequestResult
internal function set RequestResult (value : WebTestRequestResult)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestResult
The request result of the Web performance test.
.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.