←Select platform

Answers Property

Summary

A list of SingleSelectionField that holds the Omr rows in this field.

Syntax
C#
VB
C++
public List<SingleSelectionField> Answers { get; set; } 
Public Property Answers() As List(Of SingleSelectionField) 
   Get 
   Set 
public:  
   property List<SingleSelectionField^>^ Answers 
   { 
      List<SingleSelectionField^>^ get() 
      void set(List<SingleSelectionField^>^ value) 
   } 

Property Value

A list of SingleSelectionField represents the Omr rows in this field.

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 Assembly