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 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
public QueryStringParameterCollection QueryStringParameters { get; }
public:
property QueryStringParameterCollection^ QueryStringParameters {
QueryStringParameterCollection^ get ();
}
member QueryStringParameters : QueryStringParameterCollection with get
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.