Gets/Sets if the login 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 LoginPromptRegex { get; set; }
Visual Basic
Public Property LoginPromptRegex As Boolean
	Get
	Set
Visual C++
public:
property bool LoginPromptRegex {
	bool get ();
	void set (bool value);
}

See Also