Media.Sources Property

Definition

[System.Text.Json.Serialization.JsonPropertyName("sources")]
public System.Collections.Generic.IList<Microsoft.Teams.Cards.MediaSource>? Sources { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("sources")>]
member this.Sources : System.Collections.Generic.IList<Microsoft.Teams.Cards.MediaSource> with get, set
Public Property Sources As IList(Of MediaSource)

Property Value

Attributes

Applies to