Argument.Arity Property

Definition

Gets or sets the arity of the argument.

public:
 property System::CommandLine::ArgumentArity Arity { System::CommandLine::ArgumentArity get(); void set(System::CommandLine::ArgumentArity value); };
public System.CommandLine.ArgumentArity Arity { get; set; }
member this.Arity : System.CommandLine.ArgumentArity with get, set
Public Property Arity As ArgumentArity

Property Value

Applies to