IDataTypeContainer.T..Item Property

Gets the IDataType with the specified name.

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

Syntax

C#

T this[
    string name
] { get; }

VB

ReadOnly Default Property Item ( 
    name As String
) As T
    Get

Parameters

name

Type: System.String
The name.

Return Value

Type: T
T.

Reference

IDataTypeContainer.T. Interface

TwinCAT.TypeSystem.Generic Namespace