[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)
}
A List<[string]> object representing the answer key.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document