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