Click or drag to resize

DataObjectTypePropertyUnique Property

If true a value for the property must be unique within the scope of the data object type. A unique property binding must also be marked as "requires value". Only value properties of datatype 'Text' and 'Integer' can be marked as unique. Uniqueness is *not* case sensitive.

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

Property Value

Type: Boolean
See Also