Click or drag to resize

SurveyVariableBase Properties

The SurveyVariableBase type exposes the following members.

Properties
  NameDescription
Public propertyDataType
Data type of the variable.
Public propertyName
Technical name of the variable.
Public propertyProperty
System name of a property in ES that defines whether it is a single- or multi-valued variable and the UI control type. The property must match the specified DataType. Note: the property is not necessarily used on the survey object type - it just has to be defined in ES.
Public propertyRequiresValue
Is variable required (only used client side)
Public propertyShowInUI
Should variable be displayed when starting survey (only used client side)
Public propertyTitle
Displayed in the UI.
Top
See Also