SPUsageService.LoggingEnabled property
Indicates whether logging is enabled for this usage application or not.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property LoggingEnabled As Boolean
Get
'Usage
Dim instance As SPUsageService
Dim value As Boolean
value = instance.LoggingEnabled
public bool LoggingEnabled { get; }
Property value
Type: System.Boolean
A Boolean value = true if logging is enabled.