ElisionTokenFilter.Articles Property

Definition

Gets or sets the set of articles to remove.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to