Skip to main content
.NET 6.0+

Command.StartPosition Property

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

Namespace: DevExpress.EasyTest.Framework

Assembly: DevExpress.EasyTest.v23.2.dll

NuGet Package: DevExpress.EasyTest

Declaration

public PositionInScript StartPosition { get; }

Property Value

Type Description
DevExpress.EasyTest.Framework.PositionInScript

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

See Also