Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a parameter used in a test step.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestParameter _
    Inherits INotifyPropertyChanged
public interface ITestParameter : INotifyPropertyChanged
public interface class ITestParameter : INotifyPropertyChanged
type ITestParameter =  
    interface 
        interface INotifyPropertyChanged 
    end
public interface ITestParameter extends INotifyPropertyChanged
The ITestParameter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | IsDataBound | Gets or sets a value indicating whether this parameter is bound to a field in a data set. | 
| .gif) | IsOutput | Gets a value indicating whether the parameter is an output parameter. | 
| .gif) | IsOverridden | Gets or sets a value that indicates whether this parameter overrides the default value of a shared step parameter. | 
| .gif) | IsReference | Returns a value that indicates whether this parameter is a reference to a parameter in a shared step set. | 
| .gif) | Name | Gets the name of this parameter. | 
| .gif) | Tags | Gets a dictionary for holding caller defined metadata. | 
| .gif) | Value | Gets or sets the value of this parameter. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top