PowerSNMP for .NET
SpecificTrap Property




Gets the enterprise-specific trap value as initialized in the constructor or when decoded.
Syntax
Public Property SpecificTrap As Integer
Dim instance As Trap1Message
Dim value As Integer
 
instance.SpecificTrap = value
 
value = instance.SpecificTrap
public int SpecificTrap {get; set;}
public: __property int get_SpecificTrap();
public: __property void set_SpecificTrap( 
   int value
);
public:
property int SpecificTrap {
   int get();
   void set (    int value);
}
See Also

Reference

Trap1Message Class
Trap1Message Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic