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

index

Glossary Item Box

Gets or sets the ConfiguredEndpoint at the specified index.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As ConfiguredEndpointCollection
Dim index As Integer
Dim value As ConfiguredEndpoint
 
instance.Item(index) = value
 
value = instance.Item(index)
C# 
public ConfiguredEndpoint this[ 
   int index
]; {get; set;}

Parameters

index

Property Value

The ConfiguredEndpoint at the index

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.