AttachmentInfo.Views Property

Definition

Gets or sets attachment views.

public System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> Views { get; set; }
member this.Views : System.Collections.Generic.IList<Microsoft.Bot.Schema.AttachmentView> with get, set
Public Property Views As IList(Of AttachmentView)

Property Value

The attachment views.

Applies to