DataTypeCollection.T..Item Property (String)

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#

public T this[
    string name
] { get; }

VB

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

Parameters

name

Type: System.String
The name.

Return Value

Type: T
T.

Implements

IDataTypeContainer.T..Item.String.

Reference

DataTypeCollection.T. Class

Item Overload

TwinCAT.TypeSystem.Generic Namespace