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

Command.EndPosition Property

Gets the position in the script where the current command starts.

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v21.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public PositionInScript EndPosition { get; }

Property Value

Type Description
DevExpress.EasyTest.Framework.PositionInScript

The PositionInScript object specifying the position in the script where the current command ends.

See Also