Discuss this help topic in SecureBlackbox Forum
Specifies whether the server forbids login.
Declaration
[VB.NET]
Property LoginDisabled As Boolean
[Pascal]
property LoginDisabled : Boolean;
[C++]
bool get_LoginDisabled();
[PHP]
bool get_LoginDisabled()
[Java]
boolean getLoginDisabled();
Description
This property returns True if the server explicitly forbids login, and False otherwise.
Discuss this help topic in SecureBlackbox Forum