RanorexRanorex Documentation
SetPropertyValue Method (name, value)
NamespacesRanorexJavaElementSetPropertyValue(String, Object)
Sets the property value of the specified Java object.
Declaration Syntax
C#Visual BasicVisual C++
public virtual void SetPropertyValue(
	string name,
	Object value
)
Public Overridable Sub SetPropertyValue ( _
	name As String, _
	value As Object _
)
public:
virtual void SetPropertyValue(
	String^ name, 
	Object^ value
)
Parameters
name (String)
The name of the property.
value (Object)
The value of the property to set.
Exceptions
ExceptionCondition
ActionFailedExceptionThrown if invoking the action failed.

Assembly: Ranorex.Plugin.Java (Module: Ranorex.Plugin.Java) Version: 3.2.3.16825 (3.2.3.16825)