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.
ITestVariable Interface
Represents a variable name that is used in test configurations and its possible values.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| Name | Description | |
|---|---|---|
![]() | AllowedValues | Gets a collection of allowed values for this variable. |
![]() | Description | Gets or sets the description for this variable. |
![]() | Id | Gets the identifier.(Inherited from IIdentifiable<TKey>.) |
![]() | Name | Gets the unique name for this variable. |
![]() | Revision | Gets the revision number for concurrency control. |
| Name | Description | |
|---|---|---|
![]() | PropertyChanged | (Inherited from INotifyPropertyChanged.) |
Show:


