Compartir a través de


TabularTranslator.MapComplexValuesToString Propiedad

Definición

Obtiene o establece si se asignan valores complejos (matriz y objeto) a cadenas simples en formato json. Tipo: booleano (o Expresión con resultType boolean).

[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

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a