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: 17.00.05
Syntax
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public IReadOnlyList<IOEntry> Children { get; }

Property Value

Type: IReadOnlyListIOEntry
See Also