Gets/Sets if the end prompt is a regular expression

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

Syntax

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

See Also