SettingChangingEventArgs.SettingClass 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 property category.
public:
property System::String ^ SettingClass { System::String ^ get(); };
public string SettingClass { get; }
member this.SettingClass : string
Public ReadOnly Property SettingClass As String
Property Value
A String containing a category description of the setting. Typically, this parameter is set to the application settings group name.
Remarks
All application settings belong to a application settings group. The group name can be explicitly supplied by decorating the class with a SettingsGroupNameAttribute; otherwise, one is generated using the name of the settings wrapper class.