Click or drag to resize
ObjectTypeInfoIsBinding Property
Indicates whether the object type represents a relationship between two or more object types. Setting to true forces the object type to behave as a binding.

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

Property Value

Type: Boolean
See Also