次の方法で共有


TabularTranslator.MapComplexValuesToString プロパティ

定義

複雑な (配列とオブジェクト) 値を json 形式の単純な文字列にマップするかどうかを取得または設定します。 型: boolean (または resultType ブール値を持つ式)。

[Newtonsoft.Json.JsonProperty(PropertyName="mapComplexValuesToString")]
public object MapComplexValuesToString { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mapComplexValuesToString")>]
member this.MapComplexValuesToString : obj with get, set
Public Property MapComplexValuesToString As Object

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象