SPDeveloperDashboardSettings class

Monitora e gera relatórios sobre o desempenho da farm do SharePoint.

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

'Declaração
<GuidAttribute("004E6437-0067-4c04-AAB4-559421008627")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SPDeveloperDashboardSettings _
    Inherits SPPersistedObject
'Uso
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.

Ver também

Referência

SPDeveloperDashboardSettings members

Microsoft.SharePoint.Administration namespace