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 list of query string parameters for the request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property QueryStringParameters As QueryStringParameterCollection
'Usage
Dim instance As WebTestRequest
Dim value As QueryStringParameterCollection
value = instance.QueryStringParameters
public QueryStringParameterCollection QueryStringParameters { get; }
public:
property QueryStringParameterCollection^ QueryStringParameters {
QueryStringParameterCollection^ get ();
}
public function get QueryStringParameters () : QueryStringParameterCollection
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameterCollection
A QueryStringParameterCollection collection.
.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.