SPWebApplication.BrowserCEIPEnabled Property

Gets or sets a value that indicates whether the Customer Experience Improvement Program (CEIP) option is enabled in the browser.

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

Syntax

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

value = instance.BrowserCEIPEnabled

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

Property Value

Type: System.Boolean
true to enable the CEIP option in the browser; otherwise, false.

Remarks

The CEIP option is used to enable the collection of Software Quality Metrics (SQM) data in the server farm to improve customer experience. Even if the CEIP option is not set for the server farm, it may be helpful in certain migration scenarios to allow the option to be set in the browser of the end user.

See Also

Reference

SPWebApplication Class

SPWebApplication Members

Microsoft.SharePoint.Administration Namespace