public Nullable<int> Port { get; set; }
Public Property Port As Nullable(Of Integer) Get Set
public: property Nullable<int^> Port { Nullable<int^> get (); void set (Nullable<int^> value); }