SET/Get AsnType value 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 AsnType Value { get; set; }
Public Property Value As AsnType
public:
property AsnType^ Value {
	AsnType^ get ();
	void set (AsnType^ value);
}

See Also