Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SettingChangingEventArgs::SettingName Property

 

Gets the name of the application setting associated with the application settings property.

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

public:
property String^ SettingName {
	String^ get();
}

Property Value

Type: System::String^

A String containing the name of the application setting.

Typically the settings wrapper class, derived from ApplicationSettingsBase, will be constructed so that the name of the application settings property will be the same as its associated application setting.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft