Share via


KernelContent.Metadata Property

Definition

The metadata associated with the content.

[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)]
public System.Collections.Generic.IReadOnlyDictionary<string,object?>? Metadata { get; set; }
[<System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingNull)>]
member this.Metadata : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property Metadata As IReadOnlyDictionary(Of String, Object)

Property Value

Attributes

Applies to