SPCriticalTraceCounter.ValueIsExcessive property
指出是否會判斷提示或是否發生未預期的追蹤。
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property ValueIsExcessive As Boolean
Get
'用途
Dim instance As SPCriticalTraceCounter
Dim value As Boolean
value = instance.ValueIsExcessive
public bool ValueIsExcessive { get; }
Property value
Type: System.Boolean
Boolean = true ,如果判斷提示或發生未預期的追蹤。
Implements
ISPPerformanceMonitor.ValueIsExcessive