Click or drag to resize

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.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public bool? IncludeKioskTerminalInfo { get; set; }

Property Value

NullableBoolean
Remarks
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