Share via


KernelContent.InnerContent Property

Definition

The inner content representation. Use this to bypass the current abstraction.

[System.Text.Json.Serialization.JsonIgnore]
public object? InnerContent { get; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.InnerContent : obj
Public ReadOnly Property InnerContent As Object

Property Value

Attributes

Remarks

The usage of this property is considered "unsafe". Use it only if strictly necessary.

Applies to