IMessageActivity.Attachments Property

Definition

Gets or sets attachments.

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

Attachments.

Applies to