SPDeveloperDashboardSettings.AdditionalEventsToTrack property

A list of URL tags to track in addition to events with severity above High.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property AdditionalEventsToTrack As IList(Of String)
    Get
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As IList(Of String)

value = instance.AdditionalEventsToTrack
public IList<string> AdditionalEventsToTrack { get; }

Property value

Type: System.Collections.Generic.IList<String>
A IList<T> representation of the list.

Remarks

This is intended to be used to highlight known critical issues in the developer dashboard that may not have a sufficiently high severity to be noticed otherwise.

See also

Reference

SPDeveloperDashboardSettings class

SPDeveloperDashboardSettings members

Microsoft.SharePoint.Administration namespace