Activity.Attachments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.