Get SNMP community value used by SNMP version 1 and version 2 protocols.

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

Syntax

C#
public OctetString Community { get; }
Visual Basic (Declaration)
Public ReadOnly Property Community As OctetString
Visual C++
public:
property OctetString^ Community {
	OctetString^ get ();
}

See Also