Udostępnij przez


FoundChoice.Synonym Property

Definition

Gets or sets the synonym that was matched. This is optional.

[System.Text.Json.Serialization.JsonPropertyName("synonym")]
public string Synonym { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("synonym")>]
member this.Synonym : string with get, set
Public Property Synonym As String

Property Value

The synonym that was matched.

Attributes

Applies to