ReadOnlyTcAdsDataTypeCollection.Item Property (String)
Gets the ITcAdsDataType with the specified type name.
Namespace: TwinCAT.Ads
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public ITcAdsDataType this[
string typeName
] { get; }
VB
Public ReadOnly Default Property Item (
typeName As String
) As ITcAdsDataType
Get
Parameters
typeName |
Type: System.String |