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