RanorexRanorex Documentation
Item Property (name)
NamespacesRanorex.CoreElementItem[([(String])])
Indexer for attribute access.
Declaration Syntax
C#Visual BasicVisual C++
public Object this[
	string name
] { get; set; }
Public Default Property Item ( _
	name As String _
) As Object
public:
property Object^ default[String^ name] {
	Object^ get (String^ name);
	void set (String^ name, Object^ value);
}
Parameters
name (String)
Name of the attribute to return.
Return Value
The value of the attribute.

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