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
System_CAPS_pubproperty Error

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty Item[String]

(Inherited from IDataErrorInfo.)

System_CAPS_pubproperty Value

Gets or sets the value of the associated test variable.

See Also

IDataErrorInfo
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top