SPDeveloperDashboardSettings class
Monitors and reports on the performance of the SharePoint farm.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Administration.SPAutoSerializingObject
Microsoft.SharePoint.Administration.SPPersistedObject
Microsoft.SharePoint.Administration.SPDeveloperDashboardSettings
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<GuidAttribute("004E6437-0067-4c04-AAB4-559421008627")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDeveloperDashboardSettings _
Inherits SPPersistedObject
'Usage
Dim instance As SPDeveloperDashboardSettings
[GuidAttribute("004E6437-0067-4c04-AAB4-559421008627")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SPDeveloperDashboardSettings : SPPersistedObject
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.