RanorexRanorex Documentation
GetPropertyValue Method (flags, name)
NamespacesRanorexControlGetPropertyValue(BindingFlags, String)
Gets the (serializable) value of the specified control property.
Declaration Syntax
C#Visual BasicVisual C++
public virtual Object GetPropertyValue(
	BindingFlags flags,
	string name
)
Public Overridable Function GetPropertyValue ( _
	flags As BindingFlags, _
	name As String _
) As Object
public:
virtual Object^ GetPropertyValue(
	BindingFlags flags, 
	String^ name
)
Parameters
flags (BindingFlags)
A combination of flags that further specify which property to get.
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)