Gets a value indicating whether the CStaffUser has a password set and is therefore able to login.

Namespace: Asi.iBO
Assembly: 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 ();
}

Field Value

true if the CStaffUser has a password set; false otherwise.

See Also