Get/SET OID of the Vb

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

Syntax

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

See Also