SearchRuntimeServiceInstance.HostControllerURL property
The URL of this search runtime (host controller) instance.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Property HostControllerURL As String
Get
'Usage
Dim instance As SearchRuntimeServiceInstance
Dim value As String
value = instance.HostControllerURL
public string HostControllerURL { get; }
Property value
Type: System.String
The host controller URL.
See also
Reference
SearchRuntimeServiceInstance class