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