Changes
}}
The SetPropertyValue Activity sets the named property of a {{UBIK}} object to a certain value.
==Arguments==
{| class="wikitable sortable" | width = "50%"
|-
! Argument !! Type !! Direction !! Purpose
|- align="left"
| UBIKObject|| [[BaseClass ]] || In || The object where the property should be set
|- align="left"
| PropertyName|| String{{String_MSDN}} || In || The name of the property that should be set
|- align="left"
| Value|| Object {{Object_MSDN}} || In || The new value that should be stored in the property
|- align="left"
| Result|| Boolean{{Boolean_MSDN}} || Out || True if successful, false if failed
|}