This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether the poll allows multiple answers.

Namespace: Smartsite.WebToolkit
Assembly:  Smartsite.WebToolkit (in Smartsite.WebToolkit.dll)

Syntax

C#Copy imageCopy Code
[(ValidFrom = .BeginFormatData)]
public bool isMultiSelect()
Visual Basic (Declaration)Copy imageCopy Code
<(ValidFrom := .BeginFormatData)> _
Public Function isMultiSelect As 

Return Value

true if the poll allows multiple answers; otherwise, false.

See Also

Advanced