System.Web.Configuration.MembershipSection.UserIsOnlineTimeWindow Property

Gets or sets the length of time, in minutes, before a user is no longer considered to be online.

Syntax

[System.Configuration.ConfigurationProperty("userIsOnlineTimeWindow", DefaultValue="00:15:00")]
[System.Configuration.TimeSpanValidator(MinValueString="00:01:00")]
[System.ComponentModel.TypeConverter(typeof(System.Configuration.TimeSpanMinutesConverter))]
public TimeSpan UserIsOnlineTimeWindow { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The value for the MembershipSection.UserIsOnlineTimeWindow property is calculated by comparing the current time minus the MembershipSection.UserIsOnlineTimeWindow property with the System.Web.Security.MembershipUser.LastActivityDate value for the user.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0