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

Property Value

Type: IReadOnlyListIOEntry
See Also