SettingElement::Name Property

 

Gets or sets the name of the SettingElement object.

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

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

Property Value

Type: System::String^

The name of the SettingElement object.

.NET Framework
Available since 2.0
Return to top
Show: