Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Command.EndLineIndex Property

Gets the line number where the previous command is finished.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v21.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public int EndLineIndex { get; }

Property Value

Type Description
Int32

An integer value that is the line number where the previous command is finished.

See Also