Changes
The SetPropertyValue activity sets the named property of a {{UBIK}} object to a certain value.
=Description=
{{ActivityInfoBox
| title = Set Property Value
| version = 2.1+
}}
===Arguments===
{| class="wikitable sortable" | width = "50%"
|-
|}
===Usage===
This activity is used to set a property of an object to a new value, where the property is identified by its name. This is typically necessary when you created a new object during the workflow, e.g. with the [[Activity:CreateInstance (Activity)|CreateInstance activity]], or if you want to modify existing objects.
{{Attention|This activity does not automatically save changes. If you want to persist the changed values, you need i.e. a subsequent [[Activity:SaveObject (Activity)|SaveObject activity]]!}}
Set the ''NAME'' of a given object to the new value "NewName":
{| class="wikitable" | width = "50%"
| Value || <source lang = "vbnet">"NewName"</source>
|}
<headertabs />
==See also==