Dart.Snmp Namespace > VariableCollection Class : GetByNodeName Method |
Public Function GetByNodeName( _ ByVal nodeName As Enum _ ) As Variable()
Dim instance As VariableCollection Dim nodeName As Enum Dim value() As Variable value = instance.GetByNodeName(nodeName)
public Variable[] GetByNodeName( Enum nodeName )
public: Variable*[]* GetByNodeName( Enum* nodeName )
public: array<Variable^>^ GetByNodeName( Enum^ nodeName )
Intrinsic node names are provided by the NodeName enumeration. Node names from imported MIB code files are provided by the code file's Mib.NodeName enumeration. Use GetByName when using MIB files loaded at runtime.
Returns an empty array if the receiving Agent or Manager's Mib does not contain a MibNode definition for the specified NodeName.