Gets an indicator of whether this user's ability to login has been disabled
Namespace:
Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public bool IsLoginDisabled { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property IsLoginDisabled As Boolean |
| Visual C++ |
|---|
public: property bool IsLoginDisabled { bool get (); } |