Get/Set SNMP community name

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public string Community { get; set; }
Public Property Community As String
public:
property String^ Community {
	String^ get ();
	void set (String^ value);
}

See Also