ThumbnailCard.Images Propriedade

Definição

Obtém ou define a matriz de imagens para o cartão.

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

Valor da propriedade

As imagens do cartão.

Aplica-se a