次の方法で共有


JsonFieldWithDefault.SourceField プロパティ

定義

マッピングのソースとして使用する入力イベント スキーマ内のフィールドの名前を取得または設定します。

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象