SET class value from another Integer32 class cast as AsnType.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Set(
	AsnType value
)
Public Sub Set ( _
	value As AsnType _
)
public:
void Set(
	AsnType^ value
)

Parameters

value
AsnType
Integer32 class cast as AsnType

Exceptions

ExceptionCondition
System..::.ArgumentExceptionArgument is not Integer32 type.

See Also