Parameter Class

Represents an HTTP parameter base class.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class Parameter _
    Implements ICloneable
'Usage
Dim instance As Parameter
[SerializableAttribute]
public abstract class Parameter : ICloneable
[SerializableAttribute]
public ref class Parameter abstract : ICloneable
public abstract class Parameter implements ICloneable

Remarks

This class is serializable.

Notes to Inheritors:

When you inherit from Parameter, you must override Clone.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.TestTools.WebTesting.Parameter
    Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameter
    Microsoft.VisualStudio.TestTools.WebTesting.QueryStringParameter

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Parameter Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

Working with Web Tests