Gets a value indicating whether the CStaffUser has a password set and is therefore able to login.
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public bool HasPassword { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HasPassword As Boolean Get |
| Visual C++ |
|---|
public: property bool HasPassword { bool get (); } |