ExtensionSectionMetadata.RawJson 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.
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