Compartir a través de


MappingCharFilter.Mappings Propiedad

Definición

Obtiene o establece una lista de asignaciones con el formato siguiente: "a=>b" (todas las apariciones del carácter "a" se reemplazarán por el carácter "b").

[Newtonsoft.Json.JsonProperty(PropertyName="mappings")]
public System.Collections.Generic.IList<string> Mappings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="mappings")>]
member this.Mappings : System.Collections.Generic.IList<string> with get, set
Public Property Mappings As IList(Of String)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a