IComponentContentUnitComponentElement Property
|
Gets/sets the Component Element this Content Unit holds
Namespace: Ingeniux.CMS.PresentationAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxIComponentElement 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
IComponentElement
RemarksCalling the setter for this property is the same as caling the setter for
Element property
See Also