ISPPerformanceMonitor.ValueIsExcessive property
Gets a Boolean value that indicates if a monitor has exceeded the "healthy" predefined budget value.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
ReadOnly Property ValueIsExcessive As Boolean
Get
'Usage
Dim instance As ISPPerformanceMonitor
Dim value As Boolean
value = instance.ValueIsExcessive
bool ValueIsExcessive { get; }
Property value
Type: System.Boolean
A Boolean value of true if the current monitor has exceeded its predefined budget value.