O365ConnectorCard.Sections 属性

定义

获取或设置当前卡的分区集。

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

属性值

当前卡片的分区。

适用于