DevForce Help Reference
IsLoggedIn Property


Returns whether this EntityManager is logged in to the EntityServer.
Syntax
'Declaration
 
Public ReadOnly Property IsLoggedIn As Boolean
'Usage
 
Dim instance As EntityManager
Dim value As Boolean
 
value = instance.IsLoggedIn
public bool IsLoggedIn {get;}
Remarks
If EntityManagerOptions.UseDefaultAuthenticationContext is on, then this EntityManager will use the IdeaBlade.EntityModel.Security.Authenticator.DefaultAuthenticationContext.

A login can occur explicitly with a call to the IdeaBlade.EntityModel.Security.Authenticator.Login method; credentials from another logged in EntityManager can be used if the EntityManager was created via one of the copy constructors or a login can be performed implicitly by the EntityManager if credentials have not been supplied and guest user access is allowed.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EntityManager Class
EntityManager Members

Send Feedback