KernelContent.InnerContent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The inner content representation. Use this to bypass the current abstraction.
[System.Text.Json.Serialization.JsonIgnore]
public object? InnerContent { get; set; }
[<System.Text.Json.Serialization.JsonIgnore>]
member this.InnerContent : obj with get, set
Public Property InnerContent As Object
Property Value
- Attributes
Remarks
The usage of this property is considered "unsafe". Use it only if strictly necessary.