clsSchemaItem..::..childItems Property
Gets the child items.
Namespace:
FlowWright.cDevDecisionEngineAssembly: cDevDecisionEngine (in cDevDecisionEngine.dll)
Syntax
public List<clsSchemaItem> childItems { get; }
Public ReadOnly Property childItems As List(Of clsSchemaItem) Get
public: property List<clsSchemaItem^>^ childItems { List<clsSchemaItem^>^ get (); }