Gets a value indicating whether the CContactUser has a password set and is therefore able to login.
Namespace: Asi.iBO.ContactManagementAssembly: 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 (); } |