Click or drag to resize

RefPropertyAttribValueValue Property

Based on the type and datatype of the attribute property Value contains either a: string, int, datetime, double, bool, timespan or a SetPropertyValue object. Value can also be null.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public Object Value { get; set; }

Property Value

Type: Object
See Also