PowerSNMP for .NET CF
GenericTrap Property
See Also  Send comments on this topic.
Dart.Snmp Namespace > TrapMessage Class : GenericTrap Property




Gets the generic trap as initialized in the constructor or when decoded.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property GenericTrap As Integer
Visual Basic (Usage)Copy Code
Dim instance As TrapMessage
Dim value As Integer
 
value = instance.GenericTrap
C# 
public int GenericTrap {get;}
Managed Extensions for C++ 
public: __property int get_GenericTrap();
C++/CLI 
public:
property int GenericTrap {
   int get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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