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.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 ();
}

Field Value

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

See Also