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

Property Value

Applies to