Share via


HeroCard.Images Property

Definition

Gets or sets array of images for the card.

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)

Property Value

The collection of images for the card.

Applies to