FieldMapping.SourceFieldName Property

Definition

Gets or sets the name of the field in the data source.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to