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.
Retrieves the list of GetWebTestRequestResults.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Function GetWebTestRequestResults As List(Of WebTestRequestResult)
public List<WebTestRequestResult> GetWebTestRequestResults()
public:
List<WebTestRequestResult^>^ GetWebTestRequestResults()
member GetWebTestRequestResults : unit -> List<WebTestRequestResult>
public function GetWebTestRequestResults() : List<WebTestRequestResult>
Return Value
Type: System.Collections.Generic.List<WebTestRequestResult>
A list of GetWebTestRequestResults.
.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.