AudioCard.Media Property

Definition

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

Property Value

Attributes

Applies to