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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ITestResolutionStateStatistic Interface