QueryStringParameter Class
Represents an HTTP querystring parameter.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Microsoft.VisualStudio.TestTools.WebTesting::Parameter
Microsoft.VisualStudio.TestTools.WebTesting::QueryStringParameter
| Name | Description | |
|---|---|---|
![]() | QueryStringParameter() | Initializes a new instance of the QueryStringParameter class with default value for UrlEncode. |
![]() | QueryStringParameter(String^, String^) | Initializes a new instance of the QueryStringParameter class with the specified name and value. |
![]() | QueryStringParameter(String^, String^, Boolean, Boolean) | Initializes a new instance of the QueryStringParameter class with values for the Name, Value, UrlEncode and UseToGroupResults properties. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Performs a MemberwiseClone clone of this QueryStringParameter instance.(Overrides Parameter::Clone().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
This class is serializable.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


