PowerSNMP for .NET
IpAddress Constructor




The initial value given to this object in string form. This value it to be in the form of n.n.n.n when n is a value between 0 and 255.
Initializes a new instance of the IpAddress class.
Syntax
Public Function New( _
   ByVal address As String _
)
Dim address As String
 
Dim instance As New IpAddress(address)
public IpAddress( 
   string address
)
public: IpAddress( 
   string* address
)
public:
IpAddress( 
   String^ address
)

Parameters

address
The initial value given to this object in string form. This value it to be in the form of n.n.n.n when n is a value between 0 and 255.
Exceptions
ExceptionDescription
System.ArgumentExceptionvalue is not in the form of n.n.n.n where n is a value between 0 and 255.
See Also

Reference

IpAddress Class
IpAddress Members


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