SPWebService.BrowserCEIPEnabled property

Stores the opt-in status for whether a browser is configured to provide data for the customer experience improvement program (CEIP).

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

Syntax

'Declaration
Public Property BrowserCEIPEnabled As Boolean
    Get
    Set
'Usage
Dim instance As SPWebService
Dim value As Boolean

value = instance.BrowserCEIPEnabled

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

Property value

Type: System.Boolean
true if the browser is configured for CEIP; otherwise, false.

Remarks

The scope of this property applies to a farm. When CEIP data is collected, it is stored at the WssService level because it does not apply to any other services in the farm. However, because there are multiple services (one content and one admin), the features scoped at the level of the farm are stored on the content service.

See also

Reference

SPWebService class

SPWebService members

Microsoft.SharePoint.Administration namespace