Compartilhar via


MappingCharFilter.Mappings Propriedade

Definição

Obtém ou define uma lista de mapeamentos do seguinte formato: "a=>b" (todas as ocorrências do caractere "a" serão substituídas pelo caractere "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 da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a