RanorexRanorex Documentation
SetPropertyValue Method (name, value)
NamespacesRanorexFlexElementSetPropertyValue(String, String)
Sets the value of the specified UIComponent property.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPropertyValue(
	string name,
	string value
)
Public Overridable Sub SetPropertyValue ( _
	name As String, _
	value As String _
)
public:
virtual void SetPropertyValue(
	String^ name, 
	String^ value
)
Parameters
name (String)
The name of the property.
value (String)
The string value of the property to set.
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)