Dart.Telnet Namespace > IPEndPoint Class : Port Property |
<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); }