Result.Attachments Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("attachments")]
[System.Text.Json.Serialization.JsonPropertyOrder(2)]
public System.Collections.Generic.IList<Microsoft.Teams.Api.MessageExtensions.Attachment>? Attachments { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("attachments")>]
[<System.Text.Json.Serialization.JsonPropertyOrder(2)>]
member this.Attachments : System.Collections.Generic.IList<Microsoft.Teams.Api.MessageExtensions.Attachment> with get, set
Public Property Attachments As IList(Of Attachment)

Property Value

Attributes

Applies to