Share via


O365ConnectorCardSection.Images Property

Definition

Gets or sets set of images for the current section.

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

Property Value

The images for the current section.

Applies to