Share via


CommandLineToolSwitch.StringList Property

Definition

Returns the set of inputs to a switch

public:
 property cli::array <System::String ^> ^ StringList { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] StringList { get; set; }
member this.StringList : string[] with get, set
Public Property StringList As String()

Property Value

String[]

Applies to