Click or drag to resize

DataObjectTypePropertyDefaultValue Property

The type of DefaultValue depends on Property's datatype. Can contain either a: string, int, datetime, double, bool, a SetPropertyValue object or a dataobjectid (int) for a reference property. DefaultValue is null if no default value is used. Can be "[NewGuid]" for a text property - in which case a new GUID (string) is assigned as default value.

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

Property Value

Type: Object
See Also