RanorexRanorex Documentation
GetPropertyValue Method (name, propertyname)
NamespacesRanorexFlexElementGetPropertyValue(String, String)
Gets the string value of the specified UIComponent property.
Declaration Syntax
C#Visual BasicVisual C++
public virtual string GetPropertyValue(
	string name,
	string propertyname
)
Public Overridable Function GetPropertyValue ( _
	name As String, _
	propertyname As String _
) As String
public:
virtual String^ GetPropertyValue(
	String^ name, 
	String^ propertyname
)
Parameters
name (String)
The name of the property.
propertyname (String)
The name of the sub-property, can be null.
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)