Get/Set privacy flag. Value is true if privacy protection is used, false if packet is not privacy protected.

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

Syntax

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

See Also