CoreJsonContext.IDictionaryStringEntity Property

Definition

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

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IDictionary<string,Microsoft.Agents.Core.Models.Entity>> IDictionaryStringEntity { get; }
member this.IDictionaryStringEntity : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IDictionary<string, Microsoft.Agents.Core.Models.Entity>>
Public ReadOnly Property IDictionaryStringEntity As JsonTypeInfo(Of IDictionary(Of String, Entity))

Property Value

Applies to