Share via


Activity.Attachments Property

Definition

Gets or sets the attachments for the activity.

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)

Property Value

The attachments for the activity.

Implements

Applies to