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