Share via


IVsWCFReferenceGroupDetails.GetGeneratedEndpointNameInConfiguration Method

Returns the name of an endpoint configuration generated by ServiceEndpoint.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces9
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

Syntax

'Declaration
Function GetGeneratedEndpointNameInConfiguration ( _
    endpoint As ServiceEndpoint _
) As String
string GetGeneratedEndpointNameInConfiguration(
    ServiceEndpoint endpoint
)
String^ GetGeneratedEndpointNameInConfiguration(
    ServiceEndpoint^ endpoint
)
abstract GetGeneratedEndpointNameInConfiguration : 
        endpoint:ServiceEndpoint -> string
function GetGeneratedEndpointNameInConfiguration(
    endpoint : ServiceEndpoint
) : String

Parameters

Return Value

Type: System.String
A String that contains the name of the endpoint configuration.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroupDetails Interface

Microsoft.VisualStudio.ManagedInterfaces9 Namespace