Get/SET OID of the Vb

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public Oid Oid { get; set; }
Public Property Oid As Oid
public:
property Oid^ Oid {
	Oid^ get ();
	void set (Oid^ value);
}

See Also