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