FieldMapping.TargetFieldName Property

Definition

Gets or sets the name of the target field in the index. Same as the source field name by default.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to