Share via


SPSystemPerformanceMonitorCollection.Item Property

Gets the monitor at the specified index.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

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

value = instance.Item(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