EndpointCollectionElement::EndpointName Property

.NET Framework (current version)
 

When implemented in a derived class, gets the value of the name attribute of a service endpoint element.

Namespace:   System.ServiceModel.Configuration
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property String^ EndpointName {
	String^ get();
}

Property Value

Type: System::String^

The value of the name attribute in a service endpoint element.

.NET Framework
Available since 4.0
Return to top
Show: