| 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
Syntaxpublic bool PunchAddStatus { get; set; }function get_PunchAddStatus();
function set_PunchAddStatus(value);
Property Value
Boolean Remarks
Remarks
                This value represents status of the punch add request. 
                True - Success status
                False - Failed ; Please look into to the status message
                
            
 Example
ExampleTrue
 See Also
See Also