PowerSNMP for .NET CF
Opaque Constructor(String)
See Also  Send comments on this topic.
Dart.Snmp.SimpleType Namespace > Opaque Class > Opaque Constructor : Opaque Constructor(String)




value
The initial value given to this object in string form. This value is converted to bytes using the system default encoding.
Initializes a new instance of the Opaque class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal value As String _
)
Visual Basic (Usage)Copy Code
Dim value As String
 
Dim instance As New Opaque(value)
C# 
public Opaque( 
   string value
)
Managed Extensions for C++ 
public: Opaque( 
   string* value
)
C++/CLI 
public:
Opaque( 
   String^ value
)

Parameters

value
The initial value given to this object in string form. This value is converted to bytes using the system default encoding.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionvalue is a null reference.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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