Construct Vb with the oid value and value.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Vb(
	string oid
)
Public Sub New ( _
	oid As String _
)
public:
Vb(
	String^ oid
)

Parameters

oid
String
String representing OID value to set

See Also