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 monitors that are associated with a given scope.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property Monitors As IEnumerable(Of ISPPerformanceMonitor)
Get
'Usage
Dim instance As SPMonitoredScope
Dim value As IEnumerable(Of ISPPerformanceMonitor)
value = instance.Monitors
public IEnumerable<ISPPerformanceMonitor> Monitors { get; }
Property value
Type: System.Collections.Generic.IEnumerable<ISPPerformanceMonitor>
An IEnumerable<T> object that contains an enumerable collection of monitors.