MergeSkill.InsertPreTag Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to