←Select platform

AnswersKey Property

Summary

Answers key for an OmrField

Syntax
C#
VB
C++
Java
[DataMemberAttribute()] 
public List<string> AnswersKey { get; set; } 
public String getAnswersKey(); 
public void setAnswersKey( 
   java.util.List<java.lang.String> string 
); 
<DataMemberAttribute()>  
Public Property AnswersKey() As List(Of String) 
   Get 
   Set 
public:  
   [DataMemberAttribute] 
   property List<String^>^ AnswersKey 
   { 
      List<String^>^ get() 
      void set(List<String^>^ value) 
   } 

Property Value

A List<[string]> object representing the answer key.

Remarks

This is a list of strings that specify the answer key for the fields inside an OmrField. The string at index i corresponds to the OmrCollection at the same index in OmrField.Fields.

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.