Field.ParentType Property

Gets the Parent of this IField.

Namespace:  TwinCAT.Ads.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public IDataType? ParentType { get; }

Property Value

Type: IDataType
The type of the parent (Alias, Union, Struct)

Implements

IField.ParentType

Reference

Field Class

TwinCAT.Ads.TypeSystem Namespace