The start prompt regex flag.

Namespace: Jscape.Ssh
Assembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0

Syntax

C#
public bool IsEndPromptRegex { get; set; }
Visual Basic
Public Property IsEndPromptRegex As Boolean
	Get
	Set
Visual C++
public:
property bool IsEndPromptRegex {
	bool get ();
	void set (bool value);
}

See Also