Get/Set reportable flag status in the SNMP version 3 packet.

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

Syntax

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

See Also