Compartir a través de


MessagingExtensionResult.Attachments Propiedad

Definición

Obtiene o establece (solo cuando el tipo es resultado) Datos adjuntos.

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 de propiedad

Los datos adjuntos.

Se aplica a