RanorexRanorex Documentation
PreferredCapability Property
NamespacesRanorex.CoreElementPreferredCapability
The preferred capability of the element.
Declaration Syntax
C#Visual BasicVisual C++
public Capability PreferredCapability { get; }
Public ReadOnly Property PreferredCapability As Capability
public:
property Capability^ PreferredCapability {
	Capability^ get ();
}
Remarks
Usually, this is the role, but it can be any of the capabilities. This property is used when building RxPaths.

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