Get SNMP community value used by SNMP version 1 and version 2 protocols.
Namespace:
SnmpSharpNetAssembly: 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 (); } |