Click or drag to resize
FieldBaseFieldTypeReferenceToObjectType Property
ObjectType to which the given field refers (for example as a foreign key).

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

Property Value

Type: String

Implements

IFieldReferenceToObjectType
See Also