SearchServiceApplication.CpuBasedQueryThrottling property
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property CpuBasedQueryThrottling As Boolean
Get
Set
'Usage
Dim instance As SearchServiceApplication
Dim value As Boolean
value = instance.CpuBasedQueryThrottling
instance.CpuBasedQueryThrottling = value
public bool CpuBasedQueryThrottling { get; set; }
Property value
Type: System.Boolean
See also
Reference
SearchServiceApplication class