SettingChangingEventArgs.SettingKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the application settings key associated with the property.
public:
property System::String ^ SettingKey { System::String ^ get(); };
public string SettingKey { get; }
member this.SettingKey : string
Public ReadOnly Property SettingKey As String
Property Value
A String containing the application settings key.
Remarks
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.