IInstance.DataType Property

Gets the IDataType of the IInstance.

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

Syntax

C#

IDataType? DataType { get; }

Property Value

Type: IDataType
The type of the data.

Remarks

The DataType can be unresolved in rare circumstances and therefore could have value null.

Reference

IInstance Interface

TwinCAT.TypeSystem Namespace