public double LagTime { get; set; }Public Property LagTime As Double
	Get
	Setpublic:
property double LagTime {
	double get ();
	void set (double value);
}function get_LagTime();
function set_LagTime(value);This value defines the time sensitivity to past measurement timestamps.
Defined the number of seconds allowed before assuming a measurement timestamp is too old.
| ArgumentOutOfRangeException | LagTime must be greater than zero, but it can be less than one. |