IComponentContentUnitComponentElement Property
|
Gets/sets the Component Element this Content Unit holds
Namespace:
Ingeniux.CMS.Presentation
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax IComponentElement ComponentElement { get; set; }
Property ComponentElement As IComponentElement
Get
Set
property IComponentElement^ ComponentElement {
IComponentElement^ get ();
void set (IComponentElement^ value);
}
abstract ComponentElement : IComponentElement with get, set
Property Value
Type:
IComponentElementRemarks Calling the setter for this property is the same as caling the setter for
Element property
See Also