Gets and sets the LastActiveDate for this online user
Namespace: DotNetNuke.Entities.UsersAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public DateTime LastActiveDate { get; set; } |
Visual Basic |
---|
Public Property LastActiveDate As DateTime Get Set |