Compartir a través de


Activity.Attachments Propiedad

Definición

Obtiene o establece los datos adjuntos de la actividad.

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

Valor de propiedad

Datos adjuntos de la actividad.

Implementaciones

Se aplica a