SiteCacheSettings.EnableDebuggingOutput property

Determines whether debugging output is written to the response.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public ReadOnly Property EnableDebuggingOutput As Boolean
    Get
'Usage
Dim instance As SiteCacheSettings
Dim value As Boolean

value = instance.EnableDebuggingOutput
public bool EnableDebuggingOutput { get; }

Property value

Type: System.Boolean
true is a comment is added to the end of the request stream stating whether the output cache is enabled, and when the cache entry was created.

See also

Reference

SiteCacheSettings class

SiteCacheSettings members

Microsoft.SharePoint.Publishing namespace

SiteCacheSettings