ImageSet.Images Property

Definition

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

Property Value

Attributes

Applies to