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

Property Value

Applies to