SPFarm.CEIPEnabled property

NOTE: This API is now obsolete.

Gets or sets a Boolean value that specifies whether Software Quality Metrics (SQM) data collection is enabled in the server farm to improve customer experience.

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

Syntax

'Declaration
<ObsoleteAttribute("Use SPDiagnosticsService.CEIPEnabled")> _
Public Property CEIPEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPFarm
Dim value As Boolean

value = instance.CEIPEnabled

instance.CEIPEnabled = value
[ObsoleteAttribute("Use SPDiagnosticsService.CEIPEnabled")]
public bool CEIPEnabled { get; set; }

Property value

Type: System.Boolean
true to enable SQM data collection in the server farm; otherwise, false. The default value is false.

Remarks

SQM is a client-side instrumentation technology that provides feedback about which features are used within a deployment, how they are used, on which computer configurations, and so on.

See also

Reference

SPFarm class

SPFarm members

Microsoft.SharePoint.Administration namespace