ServiceModelConfigurationElementCollection<ConfigurationElementType>.ElementName Property

Definition

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

protected:
 virtual property System::String ^ ElementName { System::String ^ get(); };
protected override string ElementName { get; }
member this.ElementName : string
Protected Overrides ReadOnly Property ElementName As String

Property Value

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

Applies to