PunchPromptEmpAnswerModelAnswerData Property | |
Gets or sets Punch Prompt Answer Data
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public string AnswerData { get; set; }
function get_AnswerData();
function set_AnswerData(value);
Property Value
StringRemarks
This value is a reference to the punch prompt question's answer, which is answered by user
If the answer type is date type, preferred format of the date value should be "yyyy-mm-dd"
Example My body temperature in 97 F
See Also