| Visual Basic (Declaration) | |
|---|---|
Public Traps As MibTraps | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MibNodes Dim value As MibTraps value = instance.Traps instance.Traps = value | |
| C# | |
|---|---|
public MibTraps Traps | |
| Managed Extensions for C++ | |
|---|---|
public: MibTraps* Traps | |
| C++/CLI | |
|---|---|
public: MibTraps^ Traps | |
Use the trap name as the key to lookup the MibTrap object. The dictionary is cleared when Reset is used.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code