Click or drag to resize
ObjectTypeInfoConsistsOf Property
Defines the list of object types that are part of this composite object. If the object is not a composite object, this property is not initialized.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public virtual ICollection<string> ConsistsOf { get; set; }

Property Value

Type: ICollectionString
See Also