CoreJsonContext.ListChannelAccount Property

Definition

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

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

Property Value

Applies to