PunchPromptModelHasDefinedAnswers Property | |
Get the Punch Prompt Question has defined answer or not
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public bool HasDefinedAnswers { get; set; }
function get_HasDefinedAnswers();
function set_HasDefinedAnswers(value);
Property Value
BooleanRemarks
This value will give the boolean result, whether it is true or false, if question has defined answer it gives true else false
Example true
See Also