NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ProcessStartInfo.Arguments

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

[Visual Basic]
Public Property Arguments As String
[C#]
public string Arguments {get; set;}
[C++]
public: __property String* get_Arguments();
public: __property void set_Arguments(String*);
[JScript]
public function get Arguments() : String;
public function set Arguments(String);

See Also

ProcessStartInfo Class | ProcessStartInfo Members | System.Diagnostics Namespace