CoreJsonContext.ProductInfo Property

Definition

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

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

Property Value

Applies to