Value of the object. Returns 32 bit unsigned integer
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
public uint Value { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Value As UInteger |
| Visual C++ |
|---|
public: property unsigned int Value { unsigned int get (); void set (unsigned int value); } |