Activity.Attachments Propiedad

Definición

Recibe o establece los accesorios para 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

Los accesorios para la actividad.

Implementaciones

Se aplica a