Share via


GroupAttribute Class

Definition

Instructs the Module Loader to load the argument group with the specified specs.

public ref class GroupAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)]
public sealed class GroupAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=true)>]
type GroupAttribute = class
    inherit Attribute
Public NotInheritable Class GroupAttribute
Inherits Attribute
Inheritance
GroupAttribute
Attributes

Remarks

Should be used with an ActionAttribute.

Constructors

GroupAttribute()

Properties

Description

Gets or sets the group's description.

FriendlyName

Gets or sets the group's friendly name.

IsDefault

Gets or sets a value indicating whether the group will be the default one (i.e. the group the arguments with no defined group will be under).

Name

Gets or sets the group's name.

Order

Gets or sets the group's order.

Applies to