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.