SPDiagnosticsService.CEIPQoSEnabled property
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CEIPQoSEnabled As Boolean
Get
Set
'Usage
Dim instance As SPDiagnosticsService
Dim value As Boolean
value = instance.CEIPQoSEnabled
instance.CEIPQoSEnabled = value
public bool CEIPQoSEnabled { get; set; }
Property value
Type: System.Boolean