Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the request result.
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.
.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.