QuickOPC User's Guide and Reference
Item Property (_UABrowseNodeElementCollection)



OpcLabs.EasyOpcForms Assembly > OpcLabs.EasyOpc.UA.Forms.Browsing.ComTypes Namespace > _UABrowseNodeElementCollection Interface : Item Property
Syntax
'Declaration
 
<NotNullAttribute()>
Default Property Item( _
   ByVal index As Integer _
) As UABrowseNodeElement
'Usage
 
Dim instance As _UABrowseNodeElementCollection
Dim index As Integer
Dim value As UABrowseNodeElement
 
instance.Item(index) = value
 
value = instance.Item(index)
[NotNull()]
UABrowseNodeElement this[ 
   int index
]; {get; set;}
[NotNull()]
property UABrowseNodeElement^ default [int] {
   UABrowseNodeElement^ get(int index);
   void set (int index, UABrowseNodeElement^ value);
}

Parameters

index
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also