O365ConnectorCardMultichoiceInput.IsMultiSelect Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.