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