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