SET class value from another Integer32 class cast as AsnType.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public void Set( AsnType value ) |
| Visual Basic |
|---|
Public Sub Set ( _ value As AsnType _ ) |
| Visual C++ |
|---|
public: void Set( AsnType^ value ) |
Parameters
- value
- Type: SnmpSharpNet..::..AsnType
Integer32 class cast as AsnType
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Argument is not Integer32 type. |