Click or drag to resize

DataObjectVersionValuePropertySetValue Method

Sets the value of the value property. An exception is raised if the value is of the wrong system datatype. (depending of the property's datatype different system datatypes are accepted). Likewise, an exception is raised if the value can't be parsed successfully.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
protected override void SetValue(
	Object value
)

Parameters

value
Type: SystemObject
See Also