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: