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 variable name that is used in test configurations and its possible values.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestVariable _
    Inherits IIdentifiable(Of Integer), INotifyPropertyChanged
public interface ITestVariable : IIdentifiable<int>, 
    INotifyPropertyChanged
public interface class ITestVariable : IIdentifiable<int>, 
    INotifyPropertyChanged
type ITestVariable =  
    interface 
        interface IIdentifiable<int>
        interface INotifyPropertyChanged 
    end
public interface ITestVariable extends IIdentifiable<int>, INotifyPropertyChanged
The ITestVariable type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AllowedValues | Gets a collection of allowed values for this variable. | 
| .gif) | Description | Gets or sets the description for this variable. | 
| .gif) | Id | Gets the identifier. (Inherited from IIdentifiable<TKey>.) | 
| .gif) | Name | Gets the unique name for this variable. | 
| .gif) | Revision | Gets the revision number for concurrency control. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Delete | Removes this variable from the server. | 
| .gif) | Refresh | Updates the variable by using new data from the server. | 
| .gif) | Save | Writes the new or updated variable to the server. | 
Top
Events
| Name | Description | |
|---|---|---|
| .gif) | PropertyChanged | Occurs when a property value changes. (Inherited from INotifyPropertyChanged.) | 
Top