Get SNMP community value used by SNMP version 1 and version 2 protocols.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public OctetString Community { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Community As OctetString Get |
| Visual C++ |
|---|
public: property OctetString^ Community { OctetString^ get (); } |