Used to get/set the 64-bit unsigned quantity.

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

Syntax

C#
public virtual ulong Value { get; set; }
Visual Basic (Declaration)
Public Overridable Property Value As ULong
Visual C++
public:
virtual property unsigned long long Value {
	unsigned long long get ();
	void set (unsigned long long value);
}

See Also