public double Velocity { get; set; }
Public Property Velocity As Double Get Set
public: property double Velocity { double get (); void set (double value); }
member Velocity : float with get, set