ContextParameter Class
Represents a single parameter in the Web performance testing context that has a name and value.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
| Name | Description | |
|---|---|---|
![]() | ContextParameter() | Initializes a new instance of the ContextParameter class. |
![]() | ContextParameter(String^, String^) | Initializes a new instance of the ContextParameter class by using the provided name and value. |
| Name | Description | |
|---|---|---|
![]() | Clone() | Creates a new ContextParameter that is a copy of the current instance. |
![]() | 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.) |
A ContextParameter object is typically one of many ContextParameter objects in the WebTest.Context property that is a collection of ContextParameter objects.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


