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



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Collections.Specialized.ComTypes Namespace > _Int32Collection Interface : Item Property
Syntax
'Declaration
 
Default Property Item( _
   ByVal index As Integer _
) As Integer
'Usage
 
Dim instance As _Int32Collection
Dim index As Integer
Dim value As Integer
 
instance.Item(index) = value
 
value = instance.Item(index)
int this[ 
   int index
]; {get; set;}
property int default [int] {
   int get(int index);
   void set (int index, int 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