ServiceModelConfigurationElementCollection<ConfigurationElementType>::ElementName Property

 

Gets the name used to identify this collection of elements in the configuration file.

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

protected:
property String^ ElementName {
	virtual String^ get() override;
}

Property Value

Type: System::String^

The name used to identify this collection of elements in the configuration file.

.NET Framework
Available since 3.0
Return to top
Show: