QuickObjects.ObjectBase Send comments on this topic.
LoggedInUser Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseBusinessObject Class : LoggedInUser Property

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.

Syntax

C# 
public object LoggedInUser {get;}

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also