PowerSNMP for .NET
ContainsKey Method (MibNodes)




Name or OID of the desired MibNode.
Searches the collection to see if a MibNode with the corresponding name or Oid is present in the collection. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Function ContainsKey( _
   ByVal key As String _
) As Boolean
Dim instance As MibNodes
Dim key As String
Dim value As Boolean
 
value = instance.ContainsKey(key)
public bool ContainsKey( 
   string key
)
public: bool ContainsKey( 
   string* key
) 
public:
bool ContainsKey( 
   String^ key
) 

Parameters

key
Name or OID of the desired MibNode.

Return Value

True if a MibNode with the specified name or Oid is found in the collection.
See Also

Reference

MibNodes Class
MibNodes Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic