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