Click or drag to resize

RecroSecCurrentUserName Property

Note: This API is now obsolete.

Gets the current user.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
Syntax
C#
[ObsoleteAttribute("Use instead GetCurrentUser(HttpContext httpContext)")]
public static string CurrentUserName { get; }

Return Value

Type: String
The current user.
See Also