CoreJsonContext.IListCardImage 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.CardImage>> IListCardImage { get; }
member this.IListCardImage : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IList<Microsoft.Agents.Core.Models.CardImage>>
Public ReadOnly Property IListCardImage As JsonTypeInfo(Of IList(Of CardImage))

Property Value

Applies to