The task script.

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

Syntax

C#
public SshScript Script { get; set; }
Visual Basic
Public Property Script As SshScript
	Get
	Set
Visual C++
public:
property SshScript^ Script {
	SshScript^ get ();
	void set (SshScript^ value);
}

See Also