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.2.0
Syntax
| C# |
|---|
public bool HasPassword { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HasPassword As Boolean |
| Visual C++ |
|---|
public: property bool HasPassword { bool get (); } |