Click or drag to resize

IOEntryChildren Property

Children in the IO configuration tree.

Namespace: Demo3D.PLC.Rockwell.Comms.CIP
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public IReadOnlyList<IOEntry> Children { get; }

Property Value

IReadOnlyListIOEntry
See Also