RanorexRanorex Documentation
Attributes Property
NamespacesRanorex.CoreElementAttributes
A list of attributes the element supports. This list is aggregated from the role and the capabilities.
Declaration Syntax
C#Visual BasicVisual C++
public IList<AttributeDescriptor> Attributes { get; }
Public ReadOnly Property Attributes As IList(Of AttributeDescriptor)
public:
property IList<AttributeDescriptor^>^ Attributes {
	IList<AttributeDescriptor^>^ get ();
}

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