Command.StartPosition Property
Gets the position in the script where the current command starts.
Namespace: DevExpress.EasyTest.Framework
Assembly: DevExpress.EasyTest.v24.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 starts. |
See Also