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

Syntax

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

Return Value

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

See Also