AbstractCompositeInfoTInfoDataClass Property |
Data class is not used within composite instance.
Data is managed by the partial classes of each data part.
Namespace: CMS.DataEngine.InternalAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax protected override sealed IDataClass DataClass { get; set; }
Property Value
Type:
IDataClassExceptions Exception | Condition |
---|
NotSupportedException | Thrown when property is used. The DataClass property is not internally used within composite instance. |
See Also