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

Property Value

Applies to