Click or drag to resize

DataObjectVersionPropertyValueAvailable Property

Tells whether Value has been loaded from the DB. Sometimes certain property values are not loaded in order to save performance. Event though ValueAvailable is true, AccessDenied can be true also.

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

Property Value

Type: Boolean
See Also