The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Parameter Class
Represents an HTTP parameter base class.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::Object
Microsoft.VisualStudio.TestTools.WebTesting::Parameter
Microsoft.VisualStudio.TestTools.WebTesting::FormPostParameter
Microsoft.VisualStudio.TestTools.WebTesting::QueryStringParameter
Microsoft.VisualStudio.TestTools.WebTesting::Parameter
Microsoft.VisualStudio.TestTools.WebTesting::FormPostParameter
Microsoft.VisualStudio.TestTools.WebTesting::QueryStringParameter
| Name | Description | |
|---|---|---|
![]() | Parameter() | This class is abstract and cannot be instantiated. |
| Name | Description | |
|---|---|---|
![]() | Clone() | When overridden in a derived class, creates a cloned copy of the Parameter 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.) |
This class is serializable.
Notes to Inheritors:
When you inherit from Parameter, you must override Clone.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


