Share via


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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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.

See Also

Reference

ISPPerformanceMonitor Interface

ISPPerformanceMonitor Members

Microsoft.SharePoint.Utilities Namespace