ServiceDescription::ConfigurationName Property

 

Gets or sets the name of the <service> configuration element.

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

public:
property String^ ConfigurationName {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The name of the <service> configuration element used to configure the service.

This name is not coupled to our configuration model. This is used by service host base to wire up the service. The configuration name is a required string attribute for the <service> configuration element.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: