Gets or sets the location steps of this path.

Declaration Syntax
public IList<LocationStep> LocationSteps { get; set; }
Public Property LocationSteps As IList(Of LocationStep)
public:
property IList<LocationStep^>^ LocationSteps {
IList<LocationStep^>^ get ();
void set (IList<LocationStep^>^ value);
}
Value
The location steps.
Assembly:
Ranorex.Core (Module: Ranorex.Core) Version: 3.2.3.16825 (3.2.3.16825)