DynamicValue.DataType Property

Gets the data type bound to this IValue

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

Syntax

C#

public IDataType DataType { get; }

VB

Public ReadOnly Property DataType As IDataType
    Get

Property Value

Type: IDataType
The type of the data.

Implements

IValue.DataType

Exceptions

Exception

Condition

NotImplementedException

Reference

DynamicValue Class

TwinCAT.TypeSystem Namespace