CoreJsonContext.IListClientCitation Property

Definition

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

public System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IList<Microsoft.Agents.Core.Models.ClientCitation>> IListClientCitation { get; }
member this.IListClientCitation : System.Text.Json.Serialization.Metadata.JsonTypeInfo<System.Collections.Generic.IList<Microsoft.Agents.Core.Models.ClientCitation>>
Public ReadOnly Property IListClientCitation As JsonTypeInfo(Of IList(Of ClientCitation))

Property Value

Applies to