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
public interface ITestVariableValue : IDataErrorInfo
public interface class ITestVariableValue : IDataErrorInfo
type ITestVariableValue =
interface
interface IDataErrorInfo
end
Public Interface ITestVariableValue
Inherits IDataErrorInfo
Properties
Name | Description | |
---|---|---|
![]() |
Error | (Inherited from IDataErrorInfo.) |
![]() |
Item[String] | (Inherited from IDataErrorInfo.) |
![]() |
Value | Gets or sets the value of the associated test variable. |
See Also
IDataErrorInfo
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top