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.
Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
List<ITestPointStatisticsPivotItem> this[
    TestPointStatisticsQueryPivotType key
] { get; }
property List<ITestPointStatisticsPivotItem^>^ default[
    TestPointStatisticsQueryPivotType key
] {
    List<ITestPointStatisticsPivotItem^>^ get(TestPointStatisticsQueryPivotType key);
}
abstract Item : 
        key:TestPointStatisticsQueryPivotType -> List<ITestPointStatisticsPivotItem> with get
ReadOnly Property Item (
    key As TestPointStatisticsQueryPivotType
) As List(Of ITestPointStatisticsPivotItem)
Parameters
Property Value
Type: System.Collections.Generic.List<ITestPointStatisticsPivotItem>
Returns List<T>.
See Also
ITestPointStatisticsByPivot Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top