Add Vb with the supplied OID and value of SnmpNull

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void Add(
	Oid oid
)
Public Sub Add ( _
	oid As Oid _
)
public:
void Add(
	Oid^ oid
)

Parameters

oid
Oid
OID to assign to the new Vb

See Also