IUnionType.Fields Property
Gets a readonly collection of the Members of the IUnionType.
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
ReadOnlyFieldCollection Fields { get; }
VB
ReadOnly Property Fields As ReadOnlyFieldCollection
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.