NameValueConfigurationElement::Name Property

 

Gets the name of the NameValueConfigurationElement object.

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

public:
[ConfigurationPropertyAttribute("name", IsKey = true, DefaultValue = "")]
property String^ Name {
	String^ get();
}

Property Value

Type: System::String^

The name of the NameValueConfigurationElement object.

.NET Framework
Available since 2.0
Return to top
Show: