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::SettingKey Property

 

Gets the application settings key associated with the property.

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

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

Property Value

Type: System::String^

A String containing the application settings key.

Each settings wrapper class, derived from ApplicationSettingsBase, has an associated settings key, which is a string that helps disambiguate different instances of the same wrapper in a single application. Because each wrapper class defines a set of properties that represent application settings, the settings key can similarly help disambiguate their use.

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