Get sequence data
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public byte[] Value { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Value As Byte() Get |
| Visual C++ |
|---|
public: property array<unsigned char>^ Value { array<unsigned char>^ get (); } |