Share via


TabResponseCards.Cards Property

Definition

Gets or sets adaptive cards for this card tab response.

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

Property Value

Cards for this TabResponse.

Applies to