ReadOnlyInstanceCollection.T..Item Property (String)
Gets the element with the specified instance path.
Namespace: TwinCAT.TypeSystem.Generic
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll)
Version: 4.3.0.0
Syntax
C#
public T this[
string instancePath
] { get; }
VB
Public ReadOnly Default Property Item (
instancePath As String
) As T
Get
Parameters
instancePath |
Type: System.String |