Visual Basic (Usage) | ![]() |
---|---|
Dim instance As MibTraps Dim trapName As Enum Dim value As MibTrap value = instance.GetByTrapName(trapName) |
Parameters
- trapName
- The name of the MibTrap to get.
Return Value
A MibTrapThe trapName parameter is an enumeration of trap names. Intrinsic names are provided by the Dart.Snmp.TrapName enumeration. Trap names from imported MIB files are provided by the Dart.Snmp.Mib.TrapName enumeration.
Target Platforms: Microsoft .NET Framework 2.0