TimeGetPunchesParamsInIncludeKioskTerminalInfo Property | |
Sets whether to includ the Terminal ID and Kiosk ID that the employee(s) punched from
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool? IncludeKioskTerminalInfo { get; set; }
function get_IncludeKioskTerminalInfo();
function set_IncludeKioskTerminalInfo(value);
Property Value
NullableBooleanRemarks
Sets whether to includ the Terminal ID and Kiosk ID that the employee(s) punched from. A value of false (the default) will still include the new properties, but they will be set to a static value of an empty string.
Example true
See Also