Construct Vb with the oid value and value.

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

Syntax

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

Parameters

oid
Type: System..::.String
String representing OID value to set

See Also