CoreJsonContext.IListMediaUrl Property

Definition

Defines the source generated JSON serialization contract metadata for a given type.

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IList<Microsoft.Agents.Core.Models.MediaUrl>> IListMediaUrl { get; }
member this.IListMediaUrl : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IList<Microsoft.Agents.Core.Models.MediaUrl>>
Public ReadOnly Property IListMediaUrl As JsonTypeInfo(Of IList(Of MediaUrl))

Property Value

Applies to