SearchServiceApplication.DefaultEndpointName property

Gets the name of the default endpoint 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 DefaultEndpointName As String
    Get
'Usage
Dim value As String

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

Property value

Type: System.String
The name of the default endpoint. The value is always “http”.

See also

Reference

SearchServiceApplication class

SearchServiceApplication members

Microsoft.Office.Server.Search.Administration namespace