Command.EndPosition Property
Gets the position in the script where the current command starts.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v26.1.dll
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