ArgumentAttribute 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.
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. |