Dart SNMP Library 4.0
Get Method
The instance identifier (IID) of the Variable to return.
Description
Get the Variable that matches the IID specified.
Syntax
Visual Basic
Public Function Get( _
   ByVal instanceIdentifier As String _
) As Variable
Parameters
instanceIdentifier
The instance identifier (IID) of the Variable to return.
Return Value
The Variable that corresponds to the specified instanceIdentifier.
Remarks
If the IID is not known but the MIB is imported, use Mib.Nodes.Item to lookup the MibNode by name, and append ".0" or the table row indexer to MibNode.Oid to generate the IID.
See Also

VariableList Collection  | VariableList Members


PowerSNMP for ActiveX Documentation Version 4.0
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic