Gets/Sets the shell start prompt this TelnetTask should wait for before executing command.

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

Syntax

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

Remarks

StartPromptRegex for information about using regular expressions in server prompts.

See Also