←Select platform

QuestionsAnswers Property

Summary

The Dictionary<string,QuestionAnswers> object containing the set of questions with corresponding answers frequency.

Syntax
C#
VB
C++
Java
[IgnoreDataMemberAttribute()] 
public Dictionary<string, QuestionAnswers> QuestionsAnswers { get; set; } 
public String getQuestionsAnswers(); 
public void setQuestionsAnswers( 
   java.util.Map<java.lang.String string  
   QuestionAnswers> questionAnswers 
); 
<IgnoreDataMemberAttribute()>  
Public Property QuestionsAnswers() As Dictionary(Of String, QuestionAnswers) 
   Get 
   Set 
public:  
   [IgnoreDataMemberAttribute] 
   property Dictionary<String^, QuestionAnswers^>^ QuestionsAnswers 
   { 
      Dictionary<String^, QuestionAnswers^>^ get() 
      void set(Dictionary<String^, QuestionAnswers^>^ value) 
   } 

Property Value

A dictionary of QuestionsAnswers object.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.