Get or set SNMP version 3 packet Reportable flag in the message flags section. By default this value is set to true.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsReportable { get; set; }
Public Property IsReportable As Boolean
public:
property bool IsReportable {
	bool get ();
	void set (bool value);
}

See Also