Gets/Sets the shell end prompt this TelnetTask should wait for to indicate that this TelnetTask is complete.

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

Syntax

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

Remarks

EndPromptRegex for information about using regular expressions in server prompts.

See Also