| PunchPromptModelAnswerFieldType Property |  | 
            Gets the Punch Prompt Question Answer Type
            
Namespace: AppOne.Services.V2.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
 Syntax
Syntaxpublic AnswerFieldTypes AnswerFieldType { get; set; }function get_AnswerFieldType();
function set_AnswerFieldType(value);
Property Value
AnswerFieldTypes Remarks
Remarks
            This value will give the enum type of answer field type which is of the following 
                String = 0 
                Date = 1 
                Number = 2 
 Example
Example2
 See Also
See Also