Share via


SPSystemPerformanceMonitorCollection.Item property

Gets the monitor at the specified index.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    iIndex As Integer _
) As SPSystemPerformanceMonitor
    Get
'Usage
Dim instance As SPSystemPerformanceMonitorCollection
Dim iIndex As Integer
Dim value As SPSystemPerformanceMonitor

value = instance(iIndex)
public SPSystemPerformanceMonitor this[
    int iIndex
] { get; }

Parameters

Property value

Type: Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor
The monitor at the specified zero-based index.

See also

Reference

SPSystemPerformanceMonitorCollection class

SPSystemPerformanceMonitorCollection members

Microsoft.SharePoint.Utilities namespace