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.
ITestParameter Interface
Represents a parameter used in a test step.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | IsDataBound | Gets or sets a value indicating whether this parameter is bound to a field in a data set. |
![]() | IsOutput | Gets a value indicating whether the parameter is an output parameter. |
![]() | IsOverridden | Gets or sets a value that indicates whether this parameter overrides the default value of a shared step parameter. |
![]() | IsReference | Returns a value that indicates whether this parameter is a reference to a parameter in a shared step set. |
![]() | Name | Gets the name of this parameter. |
![]() | Tags | Gets a dictionary for holding caller defined metadata. |
![]() | Value | Gets or sets the value of this parameter. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:

