SecureStoreServiceApplication.DefaultEndpointName Property
Gets the default Windows Communication Foundation (WCF) endpoint name for the current application.
Namespace: Microsoft.Office.SecureStoreService.Server
Assembly: Microsoft.Office.SecureStoreService (in Microsoft.Office.SecureStoreService.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 endpoint name for the current application.
See Also
Reference
SecureStoreServiceApplication Class