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
If this property is set to True, 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.