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: 2016.0.105.16 (2016.0.105.16)

Syntax

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

Return Value

Type: VGMembershipUser
A VGMembershipUser object representing the current logged-on user.

See Also