Debug property.

Namespace: Jscape.Scp
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public bool Debug { get; set; }
Visual Basic
Public Property Debug As Boolean
	Get
	Set
Visual C++
public:
property bool Debug {
	bool get ();
	void set (bool value);
}

See Also