Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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