GetTimePunchStateModelPunchMessage Property |  |
A message indicating the next possible blocked status or restriction that may be in place for a user based on their profile configuration.
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntaxpublic string PunchMessage { get; set; }
function get_PunchMessage();
function set_PunchMessage(value);
Property Value
String
Remarks
A message indicating the next possible blocked status or restriction that may be in place for a user based on their profile configuration.
If no restriction is found then the message will come back blank.
ExampleUser is not eligible for a Begin Break until 5/4/2015 4:29:00 PM
See Also