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




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

Syntax

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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