| Visual Basic (Declaration) | |
|---|---|
Public ReadOnly Mib As MibNodes | |
| C# | |
|---|---|
public readonly MibNodes Mib | |
| Managed Extensions for C++ | |
|---|---|
public: readonly MibNodes* Mib | |
| C++/CLI | |
|---|---|
public: readonly MibNodes^ Mib | |
This property is used during response message decoding to populate Variable.MibNode with a MibNode object containing a matching Variable.Id value.
Mib is initialized with objects from the intrinsic MibNode objects as well objects added with code or imported from external mib files.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code