RanorexRanorex Documentation
GetPropertyValue Method (name)
NamespacesRanorexFlexElementGetPropertyValue(String)
Gets the string value of the specified UIComponent property.
Declaration Syntax
C#Visual BasicVisual C++
public string GetPropertyValue(
	string name
)
Public Function GetPropertyValue ( _
	name As String _
) As String
public:
String^ 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.Flex (Module: Ranorex.Plugin.Flex) Version: 3.2.3.16825 (3.2.3.16825)