Share via


OutputFieldMappingEntry.TargetName Property

Definition

Gets or sets the target name of the output. It is optional and default to name.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to