Click or drag to resize

PunchPromptModelDefinedAnswers Property

Get the Defined answers for Punch Prompt Question

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public List<PunchPromptDefinedAnswerModel> DefinedAnswers { get; set; }

Property Value

ListPunchPromptDefinedAnswerModel
Remarks
This property will get the result in the form of PunchPromptDefinedAnswerModel
See Also