共用方式為


JsonFieldWithDefault.SourceField Property

Definition

Gets or sets name of a field in the input event schema that's to be used as the source of a mapping.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to