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