Freigeben über


ExtensionSectionMetadata.RawJson Property

Definition

Gets the string representation of the raw json that this registration was deserialized from.

[Newtonsoft.Json.JsonIgnore]
public Lazy<string> RawJson { get; set; }
[<Newtonsoft.Json.JsonIgnore>]
member this.RawJson : Lazy<string> with get, set
Public Property RawJson As Lazy(Of String)

Property Value

Implements

Attributes
Newtonsoft.Json.JsonIgnoreAttribute

Applies to