AttachmentInfo.Views 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 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.