IStructType.Members Property
Gets a readonly collection of the Members of the IStructType.
          Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.95+cf8c3f5
Syntax
C#
IMemberCollection Members { get; }Remarks
If the IStructType is derived, only the extended members are returned. To get all supported members down the inheritance chain, use the AllMembers property.