SettingGroupAttribute Class
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.
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. |