Click or drag to resize

IOMapEntryChildren Property

Children in the IO configuration tree.

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

Property Value

Type: IReadOnlyListIOMapEntry
See Also