CommandLineToolSwitch.StringList Property
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.
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[]