PowerSNMP for .NET CF
Traps Field
See Also  Send comments on this topic.
Dart.Snmp Namespace > MibNodes Class : Traps Field




Gets a hash table of MibTrap objects that have been parsed.

Syntax

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

Remarks

Use the trap name as the key to lookup the MibTrap object. The dictionary is cleared when Reset is used.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.