다음을 통해 공유


O365ConnectorCardSection.Images 속성

정의

현재 섹션에 대한 이미지 집합을 가져오거나 설정합니다.

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)

속성 값

현재 섹션의 이미지입니다.

적용 대상