PowerSNMP for .NET
MibNodes Constructor




The default constructor.
Syntax
Public Function New()
Dim instance As New MibNodes()
public MibNodes()
public: MibNodes();
public:
MibNodes();
Remarks

This collection provides an integer indexer and a string indexer. The string indexer can be used to retrieve a MibNode instance by name or OID.

Ex: Use MibNodes[NodeName.sysUpTime.ToString()], MibNodes["1.3.6.1.2.1.1.3"] or MibNodes.GetByNodeName(NodeName.sysUpTime) to get the MibNode object corresponding to sysUpTime.

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