Share via


O365ConnectorCardMultichoiceInput.IsMultiSelect Property

Definition

Gets or sets define if this input field allows multiple selections. Default value is false.

public bool? IsMultiSelect { get; set; }
member this.IsMultiSelect : Nullable<bool> with get, set
Public Property IsMultiSelect As Nullable(Of Boolean)

Property Value

Boolean indicating if field allows multiple selections.

Applies to