Gets and sets whether the User Is Online

Namespace: DotNetNuke.Entities.Users
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool IsOnLine { get; set; }
Visual Basic
Public Property IsOnLine As Boolean
	Get
	Set

See Also