Get TRAP ObjectID class from SNMPv2 TRAP and INFORM PDUs

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Oid TrapObjectID { get; }
Public ReadOnly Property TrapObjectID As Oid
public:
property Oid^ TrapObjectID {
	Oid^ get ();
}

Exceptions

ExceptionCondition
SnmpInvalidPduTypeExceptionThrown when property is access for a Pdu of a type other then V2TRAP, INFORM or RESPONSE

See Also