RanorexRanorex Documentation
Item Property (attributeName)
NamespacesRanorexFlexElementItem[([(String])])
Gets the attribute with the specified name.
Declaration Syntax
C#Visual BasicVisual C++
public string this[
	string attributeName
] { get; set; }
Public Default Property Item ( _
	attributeName As String _
) As String
public:
property String^ default[String^ attributeName] {
	String^ get (String^ attributeName);
	void set (String^ attributeName, String^ value);
}
Parameters
attributeName (String)
Value
The attribute value or null if nothing was found for that name.
Remarks
When setting an attribute, an explicit type can be specified by enclosing the value in a <stringgt; or <numbergt; tag. For booleans use <truegt; or <falsegt;

Assembly: Ranorex.Plugin.Flex (Module: Ranorex.Plugin.Flex) Version: 3.2.3.16825 (3.2.3.16825)