SPUsageSettings.UsageProcessingEnabled property

NOTE: This API is now obsolete.

Indicates whether usage analysis processing is enabled or not.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPUsageManager instead.", False)> _
Public Property UsageProcessingEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPUsageSettings
Dim value As Boolean

value = instance.UsageProcessingEnabled

instance.UsageProcessingEnabled = value
[ObsoleteAttribute("Use SPUsageManager instead.", false)]
public bool UsageProcessingEnabled { get; set; }

Property value

Type: System.Boolean
A Boolean value = true if usage analysis processing is enabled, otherwise false.

Remarks

If the UsageProcessingEnabled property is set (reset) the Update method must be called to effect the change in the database.

See also

Reference

SPUsageSettings class

SPUsageSettings members

Microsoft.SharePoint.Administration namespace