RanorexRanorex Documentation
Element Property
NamespacesRanorexAdapterElement
The element associated with this adapter.
Declaration Syntax
C#Visual BasicVisual C++
public Element Element { get; protected set; }
Public Property Element As Element
public:
property Element^ Element {
	Element^ get ();
	void set (Element^ value);
}
Exceptions
ExceptionCondition
CapabilityNotSupportedExceptionIf setting the value of this property and the element does not support the capabilities required by this adapter.

Assembly: Ranorex.Core (Module: Ranorex.Core) Version: 4.0.3.22982 (4.0.3.22982)