Compartilhar via


MessagingExtensionResult.Attachments Propriedade

Definição

Obtém ou define (somente quando o tipo é resultado) Anexos.

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

Valor da propriedade

Os anexos.

Aplica-se a