Click or drag to resize

MainSetTargetPropertyValue Method

Sets the Set Property value. If action object is process or activity, it updates target object. If action object is other DOT, it updates action object.

Namespace:  Omada.OE.UtilityCodeAssembly
Assembly:  Omada.OE.UtilityCodeAssembly (in Omada.OE.UtilityCodeAssembly.dll) Version: 15.0.0.0
Syntax
C#
public bool SetTargetPropertyValue(
	CodeMethodInvokeContext context,
	string propertySysName,
	string propertyValueUIdStr
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
An invoke context object.
propertySysName
Type: SystemString
Set Property to set.
propertyValueUIdStr
Type: SystemString
UID of the Set Property value.

Return Value

Type: Boolean
See Also