ISchemaFieldChildElementType Property
|
Gets/sets the child element type. Only applies to the
List element field type.
Namespace: Ingeniux.CMSAssembly: Ingeniux.CMS.CSAPI (in Ingeniux.CMS.CSAPI.dll) Version: 10.6.492
SyntaxISchemaFieldType 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
ISchemaFieldType
See Also