SNMP packet request id that is sent to the SNMP agent. SET this value before making SNMP requests.

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

Syntax

C#
public int RequestId { get; set; }
Visual Basic (Declaration)
Public Property RequestId As Integer
Visual C++
public:
property int RequestId {
	int get ();
	void set (int value);
}

See Also