EmployeeLoginOptionsAccessSchedules Property |
Indicates if employee has access to his Schedules
Namespace: AMG.API.Definitions.EmployeesAssembly: AMG.API (in AMG.API.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public bool AccessSchedules { get; set; }
Public Property AccessSchedules As Boolean
Get
Set
public:
property bool AccessSchedules {
bool get ();
void set (bool value);
}
member AccessSchedules : bool with get, set
Property Value
Type:
BooleanSee Also