| Dart.PowerSNMP Namespace > Agent Class : Mib Property (Agent) |
Gets the MibNodes object containing MIB definitions.
[Visual Basic]
<BrowsableAttribute(False)>
Public ReadOnly Property Mib As MibNodes[C#]
[BrowsableAttribute(false)]
public MibNodes Mib {get;}[C++]
[BrowsableAttribute(false)]
public: __property MibNodes* get_Mib();[C++/CLI]
[BrowsableAttribute(false)]
public:
property MibNodes^ Mib {
MibNodes^ get();
}The MibNodes object associated with the manager.
This property is used during response message decoding to populate Variable.Definition with a MibNode object containing a matching Variable.Id value.
Mib is initialized with objects from the intrinsic MibNode classes as well objects of any MibNode classes compiled into the calling application.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Send comments on this topic.
Documentation version 1.2.0.0.
© 2008 Dart Communications. All rights reserved.