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

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

Syntax

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

See Also