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.

Namespace:   System.ServiceModel.Configuration
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
Return to top
Show: