O365ConnectorCardSection.Images Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.