BackupEndpointElement::EndpointName Property
.NET Framework (current version)
Gets or sets the name used to identify this endpoint in the configuration file.
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); }
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
Available since 4.0
Show: