SPUsageDefinition.UsageDatabaseEnabled property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overridable Property UsageDatabaseEnabled As Boolean
Get
Set
'Usage
Dim instance As SPUsageDefinition
Dim value As Boolean
value = instance.UsageDatabaseEnabled
instance.UsageDatabaseEnabled = value
public virtual bool UsageDatabaseEnabled { get; set; }
Property value
Type: System.Boolean