SettingGroupAttribute Class

Definition

Attribute class used to delineate all structs that contain groups of Setting objects. All groups of settings must have this attribute or they will not be enumerated by the Command Shell.

public ref class SettingGroupAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Struct)]
public sealed class SettingGroupAttribute : Attribute
type SettingGroupAttribute = class
    inherit Attribute
Public NotInheritable Class SettingGroupAttribute
Inherits Attribute
Inheritance
SettingGroupAttribute
Attributes

Constructors

SettingGroupAttribute()

Initializes the SettingGroupAttribute class.

Applies to