SearchServiceApplication.InstallPath property

Gets the fully qualified installation path of the current SearchServiceApplication.

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

Syntax

'Declaration
Protected Overrides ReadOnly Property InstallPath As String
    Get
'Usage
Dim value As String

value = Me.InstallPath
protected override string InstallPath { get; }

Property value

Type: System.String
The fully qualified installation path of the current SearchServiceApplication.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace