Skip to content

Properties_T_CommandLine_BaseAttribute

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

BaseAttribute Properties

The BaseAttribute type exposes the following members.

Properties

 

Name Description
Public property Default Gets or sets mapped property default value.
Public property HelpText Gets or sets a short description of this command line option. Usually a sentence summary.
Public property Hidden Gets or sets a value indicating whether a command line option is visible in the help text.
Public property Max When applied to IEnumerable(T) properties defines the upper range of items.
Public property MetaValue Gets or sets mapped property meta value. Usually an uppercase hint of required value type.
Public property Min When applied to IEnumerable(T) properties defines the lower range of items.
Public property Required Gets or sets a value indicating whether a command line option is required.
Public property ResourceType Gets or sets the Type that contains the resources for HelpText.
Public property TypeId When implemented in a derived class, gets a unique identifier for this Attribute. (Inherited from Attribute.)
  Back to Top

See Also

Reference

BaseAttribute Class
CommandLine Namespace

Clone this wiki locally