Get sequence data

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

Syntax

C#
public byte[] Value { get; }
Visual Basic (Declaration)
Public ReadOnly Property Value As Byte()
Visual C++
public:
property array<unsigned char>^ Value {
	array<unsigned char>^ get ();
}

See Also