CoreJsonContext.IDictionaryStringObject 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,object>> IDictionaryStringObject { get; }
member this.IDictionaryStringObject : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IDictionary<string, obj>>
Public ReadOnly Property IDictionaryStringObject As JsonTypeInfo(Of IDictionary(Of String, Object))

Property Value

Applies to