Returns whether this EntityManager is logged in to the EntityServer.
Syntax
Visual Basic (Declaration) | |
---|
<ObsoleteAttribute("Will be removed after 9/1/2012. Use AuthenticationContext.LoginState instead.")>
Public ReadOnly Property IsLoggedIn As Boolean |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As EntityManager
Dim value As Boolean
value = instance.IsLoggedIn |
C# | |
---|
[ObsoleteAttribute("Will be removed after 9/1/2012. Use AuthenticationContext.LoginState instead.")]
public bool IsLoggedIn {get;} |
C++/CLI | |
---|
[ObsoleteAttribute("Will be removed after 9/1/2012. Use AuthenticationContext.LoginState instead.")]
public:
property bool IsLoggedIn {
bool get();
} |
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also