Dart.Snmp Namespace > VariableCollection Class : Item Property |
Dim instance As VariableCollection Dim index As Integer Dim value As Variable instance.Item(index) = value value = instance.Item(index)
Exception | Description |
---|---|
System.ArgumentOutOfRangeException | Index is less than 0 or greater than Count. |
This function performs a linear search of all elements in the collection.