Command.EndPosition Property
Gets the position in the script where the current command starts.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v25.1.dll
NuGet Package: DevExpress.EasyTest
Declaration
Property Value
| Type | Description |
|---|---|
| DevExpress.EasyTest.Framework.PositionInScript | The PositionInScript object specifying the position in the script where the current command ends. |
See Also