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 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
- iIndex
Type: System.Int32
Property value
Type: Microsoft.SharePoint.Utilities.SPSystemPerformanceMonitor
The monitor at the specified zero-based index.
See also
Reference
SPSystemPerformanceMonitorCollection class