SettingsGroupNameAttribute public sealed class SettingsGroupNameAttribute : Attribute Name of a particular settings group. Documentation Code public string GroupName { get; } Name of the settings group. public SettingsGroupNameAttribute(string groupName) Constructor takes the group name.