Discuss this help topic in SecureBlackbox Forum
Specifies whether the client is logged in.
Declaration
[VB.NET]
Property LoggedIn As Boolean
[Pascal]
property LoggedIn : boolean;
[C++]
bool get_LoggedIn();
[PHP]
bool get_LoggedIn()
[Java]
boolean getLoggedIn();
Description
Use this property to check if the client is logged in.
Discuss this help topic in SecureBlackbox Forum