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

See Also