Dart.Mail Namespace > IPEndPoint Class : Port Property |
<DefaultValueAttribute()> Public Shadows Property Port As Integer
Dim instance As IPEndPoint Dim value As Integer instance.Port = value value = instance.Port
[DefaultValue()] public new int Port {get; set;}
[DefaultValue()] public: __property new int get_Port(); public: __property new void set_Port( int value );
[DefaultValue()] public: new property int Port { int get(); void set ( int value); }