Share via


MappingCharFilter.Mappings Property

Definition

Gets or sets a list of mappings of the following format: "a=>b" (all occurrences of the character "a" will be replaced with character "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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to