StructType.Members Property

Gets a read only collection of the Members of the IStructType.

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

Syntax

C#

public ReadOnlyMemberCollection Members { get; }

VB

Public ReadOnly Property Members As ReadOnlyMemberCollection
    Get

Property Value

Type: ReadOnlyMemberCollection
The members as read only collection.

Implements

IStructType.Members

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.

Reference

StructType Class

TwinCAT.Ads.TypeSystem Namespace