CoreJsonContext.String Property

Definition

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

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<string> String { get; }
member this.String : System.Text.Json.Serialization.Metadata.JsonTypeInfo<string>
Public ReadOnly Property String As JsonTypeInfo(Of String)

Property Value

Applies to