Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property TraceEnabled As Boolean
Get
Set
'Usage
Dim instance As SPDeveloperDashboardSettings
Dim value As Boolean
value = instance.TraceEnabled
instance.TraceEnabled = value
public bool TraceEnabled { get; set; }
Property Value
Type: System.Boolean
A Boolean value = true if link is available.
See Also
Reference
SPDeveloperDashboardSettings Class