Response.Payload.CardsPayload.Cards Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("cards")]
[System.Text.Json.Serialization.JsonPropertyOrder(0)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.Tabs.Response.Payload.CardPayload> Cards { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("cards")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(0)>]
member this.Cards : System.Collections.Generic.IList<Microsoft.Teams.Api.Tabs.Response.Payload.CardPayload> with get, set
Public Property Cards As IList(Of Response.Payload.CardPayload)

Property Value

Attributes

Applies to