Get/Set SNMP community name

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

Syntax

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

See Also