PunchPromptModelPromptOnClockIn Property | |
Get the Punch Prompt Question is required for Clock In punch type
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool PromptOnClockIn { get; set; }
function get_PromptOnClockIn();
function set_PromptOnClockIn(value);
Property Value
BooleanRemarks
This value will give the boolean result, whether it is true or false, if question is required for Clock In, it gives true else false
Example true
See Also