Share via


SPDiagnosticsService.CEIPEnabled Property

Gets or sets the Boolean value to indicate if Customer Experience Improvement Program (CEIP) data collection is used on the server farm.

Namespace:  Microsoft.SharePoint.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public Property CEIPEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPDiagnosticsService
Dim value As Boolean

value = instance.CEIPEnabled

instance.CEIPEnabled = value
public bool CEIPEnabled { get; set; }

Property Value

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

Remarks

CEIP is a client-side instrumentation technology that provides feedback about which features are used in a deployment, how they are used, on which computer configurations, and other information.

The user interface for this feature can be found at _admin/Privacy.aspx

See Also

Reference

SPDiagnosticsService Class

SPDiagnosticsService Members

Microsoft.SharePoint.Administration Namespace