EmployeeLoginOptionsAccessChangePassword Property |
Indicates if employee can change his password.
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool AccessChangePassword { get; set; }
Public Property AccessChangePassword As Boolean
Get
Set
public:
property bool AccessChangePassword {
bool get ();
void set (bool value);
}
member AccessChangePassword : bool with get, set
Property Value
Type:
BooleanSee Also