TcAdsSymbolInfo.DataType Property

Gets the DataType object

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

Syntax

C#

public ITcAdsDataType DataType { get; }

VB

Public ReadOnly Property DataType As ITcAdsDataType
    Get

Property Value

Type: ITcAdsDataType
The dataType if available, or NULL.

Implements

ITcAdsSymbol5.DataType

Remarks

Tries to resolve the DataType if not cached.

Reference

TcAdsSymbolInfo Class

TwinCAT.Ads Namespace