EasyUA Reference
IndexOf Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > ConfiguredEndpointCollection Class : IndexOf Method

item
The object to locate in the IList.

Glossary Item Box

Determines the index of a specific item in the IList.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ConfiguredEndpointCollection
Dim item As ConfiguredEndpoint
Dim value As Integer
 
value = instance.IndexOf(item)
C# 
public int IndexOf( 
   ConfiguredEndpoint item
)

Parameters

item
The object to locate in the IList.

Return Value

The index of item if found in the list; otherwise, -1.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.