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 possible value for a test variable.
Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestVariableValue _
    Inherits IDataErrorInfo
public interface ITestVariableValue : IDataErrorInfo
public interface class ITestVariableValue : IDataErrorInfo
type ITestVariableValue =  
    interface 
        interface IDataErrorInfo 
    end
public interface ITestVariableValue extends IDataErrorInfo
The ITestVariableValue type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) | 
| .gif) | Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) | 
| .gif) | Value | Gets or sets the value of the associated test variable. | 
Top