TimeAddPunchValidationParamOutPunchAddStatus Property | |
Gets or sets Status of the punch add request
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool PunchAddStatus { get; set; }
function get_PunchAddStatus();
function set_PunchAddStatus(value);
Property Value
BooleanRemarks
This value represents status of the punch add request.
True - Success status
False - Failed ; Please look into to the status message
Example True
See Also