ProcessJsonData.TemplateData Property

Definition

JSON data that should be applied to the template

[System.Text.Json.Serialization.JsonPropertyName("jsonContent")]
public System.Text.Json.JsonElement? TemplateData { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("jsonContent")>]
member this.TemplateData : Nullable<System.Text.Json.JsonElement> with get, set
Public Property TemplateData As Nullable(Of JsonElement)

Property Value

Attributes

Applies to