Scripting.LinesToKeepForTextMatching Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.dll (version 8.0.9673)
LinesToKeepForTextMatching
Gets or sets the number of lines to keep for text matching (Prompt, FromRegex or FromString(String)).
Allowed values are 1-80.
Default value is 1, which means that multi-line matching (such as "line1 \n line2") will not work.
Declaration
public int LinesToKeepForTextMatching { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 |