SPCallCounter.ValueIsExcessive property
表示這個計數器相關聯的已耗用時間是否超出最大允許此領域的值。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ValueIsExcessive As Boolean
Get
'用途
Dim instance As SPCallCounter
Dim value As Boolean
value = instance.ValueIsExcessive
public bool ValueIsExcessive { get; }
Property value
Type: System.Boolean
Boolean 值 = true ,如果已耗用時間大於最大容許值。
Implements
ISPPerformanceMonitor.ValueIsExcessive