HostApplicationBuilderSettings.Args Property

Definition

Gets or sets the command-line arguments. The arguments aren't used if DisableDefaults is true.

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

Property Value

String[]

Applies to