Share via


RequestList.Synonyms Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to