Click or drag to resize

PropertyExpressionsetValue Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sets the value at this expression node

Namespace:  imbSCI.Core.data
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void setValue(
	Object val,
	bool allowAddToCollection = false
)
Request Example View Source

Parameters

val
Type: SystemObject
The value.
allowAddToCollection (Optional)
Type: SystemBoolean
if set to true [allow add to collection].
See Also