Share via


ITestResolutionStateStatistic.State Property

 

Gets the resolution state that is associated with this statistic object.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

ITestResolutionState State { get; }
property ITestResolutionState^ State {
    ITestResolutionState^ get();
}
abstract State : ITestResolutionState with get
ReadOnly Property State As ITestResolutionState

Property Value

Type: Microsoft.TeamFoundation.TestManagement.Client.ITestResolutionState

The resolution state that is associated with this statistic object.

See Also

ITestResolutionState
ITestResolutionStateStatistic Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top