Share via


MessagingExtensionResult.Attachments Property

Definition

Gets or sets (Only when type is result) Attachments.

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)

Property Value

The attachments.

Applies to