See Also

Agent Class  | Agent Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerSNMP for .NET

Mib Property

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(); }

Return Type

The MibNodes object associated with the manager.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

Agent Class  | Agent Members


Send comments on this topic.

Documentation version 1.2.0.0.

© 2008 Dart Communications.  All rights reserved.