Share via


ITestResolutionStateStatistic.Count Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets the number of test case results that have this resolution.

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

Syntax

'Declaration
ReadOnly Property Count As Integer
int Count { get; }
property int Count {
    int get ();
}
abstract Count : int with get
function get Count () : int

Property Value

Type: Int32
The number of test case results that have this resolution.

.NET Framework Security

See Also

Reference

ITestResolutionStateStatistic Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestCaseResult