CoreJsonContext.IReadOnlyListChannelAccount Property

Definition

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

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

Property Value

Applies to