Dart.Snmp Namespace > VariableCollection Class : GetByName Method |
Public Function GetByName( _ ByVal name As String _ ) As Variable()
Dim instance As VariableCollection Dim name As String Dim value() As Variable value = instance.GetByName(name)
public Variable[] GetByName( string name )
public: Variable*[]* GetByName( string* name )
public: array<Variable^>^ GetByName( String^ name )
Compatible with MibNode names from dynamically loaded MIBs.
Returns an empty array if the receiving Agent or Manager's Mib does not contain a MibNode definition for the specified MibNode name.