SearchRuntimeService.PrimaryHostURL property
The URL of the primary host controller for the search service.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Property PrimaryHostURL As String
Get
Set
'Usage
Dim instance As SearchRuntimeService
Dim value As String
value = instance.PrimaryHostURL
instance.PrimaryHostURL = value
public string PrimaryHostURL { get; set; }
Property value
Type: System.String