←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly