Gets the information from the repository and updates the last-activity date/time stamp for the current logged-on membership user.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public static VGMembershipUser GetUser()
Visual Basic (Declaration)
Public Shared Function GetUser As VGMembershipUser

Return Value

A VGMembershipUser object representing the current logged-on user.

See Also