Get/Set reportable flag. Value is true if sender expects report packet on errors, false if sender does not expect report packets.

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

Syntax

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

See Also