Compartir a través de


O365ConnectorCard.Sections Propiedad

Definición

Obtiene o establece el conjunto de secciones de la tarjeta actual.

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)

Valor de propiedad

Las secciones de la tarjeta actual.

Se aplica a