Click or drag to resize
AbstractCompositeInfoTInfoDataClass Property
Data class is not used within composite instance. Data is managed by the partial classes of each data part.

Namespace: CMS.DataEngine.Internal
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 11.0.0
Syntax
C#
protected override sealed IDataClass DataClass { get; }

Property Value

Type: IDataClass
Exceptions
ExceptionCondition
NotSupportedExceptionThrown when property is used. The DataClass property is not internally used within composite instance.
See Also