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