Click or drag to resize
FieldBaseFieldTypePrimaryKey Property
Indicates whether field is a primary key.

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

Property Value

Type: Boolean

Implements

IFieldPrimaryKey
See Also