PowerSNMP for .NET
Opaque Constructor(String)




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
Public Function New( _
   ByVal value As String _
)
Dim value As String
 
Dim instance As New Opaque(value)
public Opaque( 
   string value
)
public: Opaque( 
   string* value
)
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.
See Also

Reference

Opaque Class
Opaque Members
Overload List


PowerSNMP for .NET Documentation Version 8.0
© 2024 Dart Communications. All Rights Reserved.
Send comments on this topic