Gets/Sets the password prompt to wait for before sending password. Default is "Password:".

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

Syntax

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

See Also