RanorexRanorex Documentation
Item Property (attributeName)
NamespacesRanorexWebElementItem[([(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.

Assembly: Ranorex.Plugin.Web (Module: Ranorex.Plugin.Web) Version: 4.0.3.22982 (4.0.3.22982)