LoggedInUser
Useful for ASP.NET based applications as this property is this value is initialized from the Session variable UserID. If your application does contain a field in the Session called UserID then that value is easily available from LoggedInUser property.
NOTE: It is not initialized if the library is being used in any other type of environment other than ASP.NET.
| C# | |
|---|---|
public object LoggedInUser {get;} | |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0