Share via


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

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