ServiceEndpointElement::EndpointConfiguration Property
.NET Framework (current version)
Gets or sets the name of the standard endpoint that is set by the Kind property, which references to the additional configuration information of this standard endpoint. The same name must be defined in the StandardEndpointsSection.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
public: [ConfigurationPropertyAttribute("endpointConfiguration", DefaultValue = "", Options = ConfigurationPropertyOptions::IsKey)] [StringValidatorAttribute(MinLength = 0)] property String^ EndpointConfiguration { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The name of the standard endpoint that is set by the Kind property.
.NET Framework
Available since 4.0
Available since 4.0
Show: