SPDeveloperDashboardSettings.MaximumCriticalEventsToTrack property
The maximum number of critical events and asserts that will be recorded in a single transaction (i.e. one request or timer job). If a single transaction has more than this number of asserts the remainder will be ignored. This can be set to 0 to disable assert tracking.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MaximumCriticalEventsToTrack As Integer
Get
Set
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As Integer
value = instance.MaximumCriticalEventsToTrack
instance.MaximumCriticalEventsToTrack = value
public int MaximumCriticalEventsToTrack { get; set; }
Property value
Type: System.Int32
A Int32 value representing the number of critical events and asserts to record.
See also
Reference
SPDeveloperDashboardSettings class