Set class value from another Oid class.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void Set( Oid value ) |
| Visual Basic |
|---|
Public Sub Set ( _ value As Oid _ ) |
| Visual C++ |
|---|
public: void Set( Oid^ value ) |
Parameters
- value
- Type: SnmpSharpNet..::..Oid
Oid class
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Thrown when parameter is null |