[This is preliminary documentation and is subject to change.]

Link argumens

Namespace: Tools.IOt
Assembly: Tools.Win (in Tools.Win.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string Arguments { get; set; }
Visual Basic
Public Property Arguments As String
	Get
	Set
Visual C++
public:
property String^ Arguments {
	String^ get ();
	void set (String^ value);
}
F#
member Arguments : string with get, set
JScript
function get Arguments () : String
function set Arguments (value : String)

Field Value

Arguments

Remarks

Argumens

Exceptions

ExceptionCondition
System..::..ObjectDisposedExceptionThe Disposed property is true

See Also