StandardEndpointElement::Name Property

.NET Framework (current version)
 

Gets or sets the name of the current endpoint element from a list of configuration strings for that element.

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

public:
[ConfigurationPropertyAttribute("name", Options = ConfigurationPropertyOptions::IsKey)]
[StringValidatorAttribute(MinLength = 0)]
property String^ Name {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of an endpoint element.

.NET Framework
Available since 4.0
Return to top
Show: