Share via


O365ConnectorCardMultichoiceInput.Choices Property

Definition

Gets or sets set of choices whose each item can be in any subtype of O365ConnectorCardMultichoiceInputChoice.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardMultichoiceInputChoice> Choices { get; set; }
member this.Choices : System.Collections.Generic.IList<Microsoft.Bot.Schema.Teams.O365ConnectorCardMultichoiceInputChoice> with get, set
Public Property Choices As IList(Of O365ConnectorCardMultichoiceInputChoice)

Property Value

The choices.

Applies to