Share via


JumpTask.Arguments Property

Gets or sets the arguments passed to the application on startup.

Namespace:  Microsoft.Windows.Shell
Assembly:  Microsoft.Windows.Shell (in Microsoft.Windows.Shell.dll)

Syntax

'Declaration
Public Property Arguments As String
public string Arguments { get; set; }
public:
property String^ Arguments {
    String^ get ();
    void set (String^ value);
}
member Arguments : string with get, set
function get Arguments () : String
function set Arguments (value : String)

Property Value

Type: System.String
The arguments passed to the application on startup. The default is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

JumpTask Class

Microsoft.Windows.Shell Namespace

Startup

Args