Click or drag to resize

RecroSecVirtualUserName Property

Note: This API is now obsolete.

Gets the virtual user.

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

Return Value

Type: String
The virtual user.
See Also