Click or drag to resize

VGMembershipGetUser Method

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: 2019.0.101.19 (2019.0.0101.19)
Syntax
public static VGMembershipUser GetUser()

Return Value

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