int Port { get; set; }
Property Port As Integer Get Set
property int Port { int get (); void set (int value); }
abstract Port : int with get, set