ISchemaFieldChildElementType Property
|
Gets and sets the child element type. Only applies to the
List element field type.
Namespace:
Ingeniux.CMS
Assembly:
Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.3.169
Syntax ISchemaFieldType ChildElementType { get; set; }
Property ChildElementType As ISchemaFieldType
Get
Set
property ISchemaFieldType^ ChildElementType {
ISchemaFieldType^ get ();
void set (ISchemaFieldType^ value);
}
abstract ChildElementType : ISchemaFieldType with get, set
Property Value
Type:
ISchemaFieldTypeSee Also