BackupEndpointElement::EndpointName Property

.NET Framework (current version)
 

Gets or sets the name used to identify this endpoint in the configuration file.

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

public:
[ConfigurationPropertyAttribute("endpointName", DefaultValue = null, 
	Options = ConfigurationPropertyOptions::IsRequired)]
property String^ EndpointName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name.

The specified name acts as a key that references a configured client endpoint element that has the same name.

.NET Framework
Available since 4.0
Return to top
Show: