SearchServiceInstance.SystemService property

A Boolean value that determines whether Windows services can be stopped from the search administration user interface.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property SystemService As Boolean
    Get
'Usage
Dim instance As SearchServiceInstance
Dim value As Boolean

value = instance.SystemService
public override bool SystemService { get; }

Property value

Type: System.Boolean

Remarks

The value is false by default and cannot be changed.

See also

Reference

SearchServiceInstance class

SearchServiceInstance members

Microsoft.Office.Server.Search.Administration namespace