Click or drag to resize

DataObjectVersionReferencePropertySetValue Method

Clears the existing valueid of the reference property and assigns a new.

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
Must be either a ReferencePropertyValue, an int (the id of a data object) or null. If value is zero then the existing value for the property is cleared.
See Also