public int Phone { get; set; }
Public Property Phone As Integer
public: property int Phone { int get (); void set (int value); }