SearchField.SynonymMapNames Property

Definition

Gets a list of names of synonym maps associated with this field. Only fields where IsSearchable is true can have associated synonym maps.

public System.Collections.Generic.IList<string> SynonymMapNames { get; }
member this.SynonymMapNames : System.Collections.Generic.IList<string>
Public ReadOnly Property SynonymMapNames As IList(Of String)

Property Value

Applies to