IInstanceCollection.T..ContainsName Method

Determines whether this collection contains an instance with the specified instance name.

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

Syntax

C#

bool ContainsName(
    string instanceName
)

VB

Function ContainsName ( 
    instanceName As String
) As Boolean

Parameters

instanceName

Type: System.String
Name of the instance.

Return Value

Type: Boolean
true if this collection contains the specified instance path; otherwise, false.

Reference

IInstanceCollection.T. Interface

TwinCAT.TypeSystem.Generic Namespace