RanorexRanorex Documentation
GetPropertyValue Method (name)
NamespacesRanorexJavaElementGetPropertyValue(String)
Gets the property value of the specified Java object.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object GetPropertyValue(
	string name
)
Public Overridable Function GetPropertyValue ( _
	name As String _
) As Object
public:
virtual Object^ GetPropertyValue(
	String^ name
)
Parameters
name (String)
The name of the property.
Return Value
The value of the property.
Exceptions
ExceptionCondition
ActionFailedExceptionThrown if invoking the action failed.

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