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

Property Value

Applies to