Click or drag to resize
ObjectTypeInfoCodeNameColumn Property
The name of the class field (column) that stores the unique text identifiers of objects. Can be null for object types without a dedicated code name column.

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

Property Value

Type: String
See Also