PowerSNMP for .NET
Item(String) Property




MibNode name or OID.
Gets or sets the element at the specified index. Locks on SyncRoot to provide automatic thread safety.
Syntax
Public Overloads Property Item( _
   ByVal key As String _
) As MibNode
Dim instance As MibNodes
Dim key As String
Dim value As MibNode
 
instance.Item(key) = value
 
value = instance.Item(key)
public MibNode Item( 
   string key
) {get; set;}
public: __property MibNode* get_Item( 
   string* key
);
public: __property void set_Item( 
   string* key,
   MibNode* value
);
public:
property MibNode^ Item {
   MibNode^ get(String^ key);
   void set (String^ key, MibNode^ value);
}

Parameters

key
MibNode name or OID.

Property Value

The MibNode that corresponds to the provided key.
See Also

Reference

MibNodes Class
MibNodes Members
Overload List

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