UnionType.Fields Property

Gets a read only collection of the Fields of the IUnionType.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public ReadOnlyFieldCollection Fields { get; }

VB

Public ReadOnly Property Fields As ReadOnlyFieldCollection
    Get

Property Value

Type: ReadOnlyFieldCollection
The members as read only collection.

Implements

IUnionType.Fields

Reference

UnionType Class

TwinCAT.Ads.TypeSystem Namespace