Value of the object. Returns 32 bit unsigned integer

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public uint Value { get; set; }
Public Property Value As UInteger
public:
property unsigned int Value {
	unsigned int get ();
	void set (unsigned int value);
}

See Also