CommandLineToolSwitch.Arguments Property

Definition

The arguments.

public:
 property System::Collections::Generic::ICollection<Tuple<System::String ^, bool> ^> ^ Arguments { System::Collections::Generic::ICollection<Tuple<System::String ^, bool> ^> ^ get(); void set(System::Collections::Generic::ICollection<Tuple<System::String ^, bool> ^> ^ value); };
public System.Collections.Generic.ICollection<Tuple<string,bool>> Arguments { get; set; }
member this.Arguments : System.Collections.Generic.ICollection<string * bool> with get, set
Public Property Arguments As ICollection(Of Tuple(Of String, Boolean))

Property Value

The arguments required for the command line tool switch.

Applies to