TimeSpan ActiveWindow { get; set; }
Gets or sets the time window within which a user is considered active since their last recorded activity. Must be a positive duration.
Exceptions
ArgumentOutOfRangeExceptionThrown when the value is less than or equal toTimeSpan.Zero.