Suggester.SourceFields Property

Optional. Gets the list of field names to which the suggester applies. Each field must be searchable.

Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)

Usage

'Usage
Dim instance As Suggester
Dim value As IList(Of String)

value = instance.SourceFields

instance.SourceFields = value

Syntax

'Declaration
Public Property SourceFields As IList(Of String)
public IList<string> SourceFields { get; set; }
public:
property IList<String^>^ SourceFields {
    IList<String^>^ get ();
    void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_SourceFields ()

/** @property */
public void set_SourceFields (IList<String> value)
public function get SourceFields () : IList<String>

public function set SourceFields (value : IList<String>)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also

Reference

Suggester Class
Suggester Members
Microsoft.Azure.Search.Models Namespace