Get/Set SNMP protocol version.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
| C# | Visual Basic | Visual C++ |
public virtual SnmpVersion Version { get; set; }
Public Overridable Property Version As SnmpVersion
public: virtual property SnmpVersion Version { SnmpVersion get (); void set (SnmpVersion value); }
Implements
IAgentParameters..::.Version
Exceptions
| Exception | Condition |
|---|---|
| SnmpInvalidVersionException | Thrown when attempting to set protocol version other then version 1 or 2c |