PowerSNMP for .NET
Address Property




Gets or sets the address of the endpoint.
Syntax
Public Shadows Property Address As IPAddress
Dim instance As IPEndPoint
Dim value As IPAddress
 
instance.Address = value
 
value = instance.Address
public new IPAddress Address {get; set;}
public: __property new IPAddress* get_Address();
public: __property new void set_Address( 
   IPAddress* value
);
public:
new property IPAddress^ Address {
   IPAddress^ get();
   void set (    IPAddress^ value);
}
See Also

Reference

IPEndPoint Class
IPEndPoint Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic