PowerSNMP for .NET CF
Value Field
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > Opaque Class : Value Field




Gets the byte array associated with this object.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Value As Byte()
Visual Basic (Usage)Copy Code
Dim instance As Opaque
Dim value() As Byte
 
value = instance.Value
C# 
public readonly byte[] Value
Managed Extensions for C++ 
public: readonly byte[]* Value
C++/CLI 
public:
readonly array<byte>^ Value

Property Value

Returns the byte array assigned to this object at the time is was initialized.

Remarks

Read-only.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.