RanorexRanorex Documentation
GetAttributeValue Method (name)
NamespacesRanorex.CoreElementGetAttributeValue(String)
Returns the value of an attribute.
Declaration Syntax
C#Visual BasicVisual C++
public Object GetAttributeValue(
	string name
)
Public Function GetAttributeValue ( _
	name As String _
) As Object
public:
Object^ GetAttributeValue(
	String^ name
)
Parameters
name (String)
The name of the attribute.
Return Value
The value of the attribute.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf name is null.

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