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