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)
Available in Sandboxed Solutions: No
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