public double UserRating { get; set; }
Public Property UserRating As Double
public: property double UserRating { double get (); void set (double value); }