Skip to main content
.NET 6.0+

Command.EndLineIndex Property

Gets the line number where the previous command is finished.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.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