Share via


ArgumentAttribute Class

Definition

Instructs the Module Loader to load this property as an action argument with the specified specs.

public ref class ArgumentAttribute abstract : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public abstract class ArgumentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type ArgumentAttribute = class
    inherit Attribute
Public MustInherit Class ArgumentAttribute
Inherits Attribute
Inheritance
ArgumentAttribute
Derived
Attributes

Constructors

ArgumentAttribute()

Properties

Description

Gets or sets the argument's description.

FriendlyName

Gets or sets the argument's friendly name.

Name

Gets or sets the argument's name.

Order

Gets or sets the argument's order.

Applies to