Field.ParentType Property

Gets the Parent of this IField.

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

Syntax

C#

public IDataType ParentType { get; }

VB

Public ReadOnly Property ParentType As IDataType
    Get

Property Value

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

Implements

IField.ParentType

Reference

Field Class

TwinCAT.Ads.TypeSystem Namespace