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