Click or drag to resize

DataObjectAssignPropertyValue Method

Tip: use the indexer property to access property values instead of using this method. Assigns a property value to the LastVersion of the object. The value can be of type: string, int, datetime, double, bool, timespan, AppStringContainer, SetPropertyValue, ReferencePropertyValue or null. The value type is dependant on the DataType of the property

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public void AssignPropertyValue(
	int propertyid,
	Object value
)

Parameters

propertyid
Type: SystemInt32
value
Type: SystemObject
See Also