ReadOnlyDataTypeCollection.T..Item Property (String)
Gets the element with the specified type 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 |