BdcServiceApplication.DefaultEndpointName property

Gets the default endpoint name. Always returns “http”.

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.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 default endpoint name.

See also

Reference

BdcServiceApplication class

BdcServiceApplication members

Microsoft.SharePoint.BusinessData.SharedService namespace