ITestVariableValue Interface
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 | |
---|---|---|
Error | Gets an error message indicating what is wrong with this object. (Inherited from IDataErrorInfo.) | |
Item | Gets the error message for the property with the given name. (Inherited from IDataErrorInfo.) | |
Value | Gets or sets the value of the associated test variable. |
Top