Click or drag to resize
FieldBase<FieldType>.IsUnique Property
Indicates whether field is unique.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax
C#
public bool IsUnique { get; set; }

Property Value

Type: Boolean

Implements

IField.IsUnique
See Also