PowerSNMP for .NET
Port Property




Gets or sets the port number of the endpoint.
Syntax
<DefaultValueAttribute(0)>
Public Shadows Property Port As Integer
Dim instance As IPEndPoint
Dim value As Integer
 
instance.Port = value
 
value = instance.Port
[DefaultValue(0)]
public new int Port {get; set;}
[DefaultValue(0)]
public: __property new int get_Port();
public: __property new void set_Port( 
   int value
);
[DefaultValue(0)]
public:
new property int Port {
   int get();
   void set (    int 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