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