Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the number of points that have the specified resolution state.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
testResolutionState As Integer _
) As Integer
int this[
int testResolutionState
] { get; }
property int default[int testResolutionState] {
int get (int testResolutionState);
}
abstract Item : int
JScript does not support indexed properties.
Parameters
- testResolutionState
Type: System.Int32
An int that indicates the resolution state.
Property Value
Type: System.Int32
The number of points that have the specified resolution state.
.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.