SPDeveloperDashboardSettings properties

The SPDeveloperDashboardSettings type exposes the following members.

Properties

  Name Description
Public property AdditionalEventsToTrack A list of URL tags to track in addition to events with severity above High.
Public property AutoLaunchEnabled If true, the developer dashboard will automatically launch when a critical error or excessive resource use is detected during a page browse.
Public property DeploymentLocked (Inherited from SPPersistedObject.)
Public property DiagnosticsConditions A set of conditions which will boost tracing level for that request Only one of the conditions need to be true
Public property DisplayLevel Indicates whether the developer dashboard is set to Off, On, or On Demand.
Public property DisplayName Gets the display name that describes the persisted object instance within the administrative user interface. (Inherited from SPPersistedObject.)
Public property Farm Gets the server farm where the object resides. (Inherited from SPPersistedObject.)
Public property Id Gets or sets the GUID that is associated with the object. (Inherited from SPPersistedObject.)
Public property MaximumCriticalEventsToTrack 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.
Public property MaximumSQLQueriesToTrack The maximum number of SQL queries that will be recorded in a single transaction (i.e. one request or timer job). If a single transaction executes more than this number of requests the query will be counted but the query call stack and text will not be kept.
Public property Name Gets or sets a name that is used to uniquely identify two objects that have the same parent and class. (Inherited from SPPersistedObject.)
Public property Parent Gets the parent in the logical hierarchy of the configuration object tree. (Inherited from SPPersistedObject.)
Public property Properties Gets metadata for the persisted object. (Inherited from SPPersistedObject.)
Public property RequiredPermissions A permission mask defining the permissions required to see the developer dashboard. This defaults to [SPBasePermissions.AddAndCustomizePages].
Public property Status Gets or sets the status of the object that the class represents. (Inherited from SPPersistedObject.)
Public property TraceEnabled Whether a link to display full verbose trace will be available at the bottom of the page when the developer dashboard is launched or not.
Public property TypeName Gets the display name that describes the object type in the administrative user interface. (Inherited from SPPersistedObject.)
Public property UpgradedPersistedProperties Gets the collection of field names and values for fields that were deleted or changed. (Inherited from SPAutoSerializingObject.)
Public property UseDisplayLevelForEnabled
Public property UserScripts Return a list of URLs pointing to JavaScript files that should be loaded in the Developer Dashboard.
Public property Version Gets a value that is incremented each time the object is updated. (Inherited from SPPersistedObject.)
Protected property WasCreated Gets a Boolean value that indicates whether the object is initialized and can be found in the database. (Inherited from SPPersistedObject.)

Top

See also

Reference

SPDeveloperDashboardSettings class

Microsoft.SharePoint.Administration namespace