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

Property Value

Applies to