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.
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.