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