Click or drag to resize

PunchPromptModelAnswerFieldType Property

Gets the Punch Prompt Question Answer Type

Namespace: AppOne.Services.V2.Contracts
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public AnswerFieldTypes AnswerFieldType { get; set; }

Property Value

AnswerFieldTypes
Remarks
This value will give the enum type of answer field type which is of the following

String = 0
Date = 1
Number = 2
Example
2
See Also