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

Property Value

Applies to