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