Gets/Sets the shell prompt to wait for before sending commands. Default is "$".

Namespace: Jscape.Telnet
Assembly: Jscape.Telnet (in Jscape.Telnet.dll) Version: 2.6.1.0

Syntax

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

See Also