ArgumentAttribute Class

Definition

Indicates a command line argument. Arguments are passed as positional parameters from the command line.

public ref class ArgumentAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)]
public class ArgumentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=false)>]
type ArgumentAttribute = class
    inherit Attribute
Public Class ArgumentAttribute
Inherits Attribute
Inheritance
ArgumentAttribute
Attributes

Constructors

ArgumentAttribute()

Properties

Description

Help string shown for the argument.

Applies to