RanorexRanorex Documentation
GetPropertyValue Method (name)
NamespacesRanorexControlGetPropertyValue(String)
Gets the (serializable) value of the specified control property.
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.WinForms (Module: Ranorex.Plugin.WinForms) Version: 3.2.3.16825 (3.2.3.16825)