Gets/Sets if the shell prompt is a regular expression. Default is false

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

Syntax

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

See Also