CarouselPage.Items Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("items")]
public System.Collections.Generic.IList<Microsoft.Teams.Cards.CardElement>? Items { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("items")>]
member this.Items : System.Collections.Generic.IList<Microsoft.Teams.Cards.CardElement> with get, set
Public Property Items As IList(Of CardElement)

Property Value

Attributes

Applies to