Partager via


MappingCharFilter.Mappings Propriété

Définition

Obtient ou définit une liste de mappages au format suivant : « a=>b » (toutes les occurrences du caractère « a » seront remplacées par le caractère « 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)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à