MergeSkill.InsertPostTag Property

Definition

Gets or sets the tag indicates the end of the merged text. By default, the tag is an empty space.

[Newtonsoft.Json.JsonProperty(PropertyName="insertPostTag")]
public string InsertPostTag { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="insertPostTag")>]
member this.InsertPostTag : string with get, set
Public Property InsertPostTag As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to