The set of command line arguments to use when starting the application.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCoreCommands (in GwxRuntimeCoreCommands.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public string Arguments { get; set; }
Visual Basic
Public Property Arguments As String
	Get
	Set
JScript
function get Arguments () : String
function set Arguments (value : String)

See Also