SuggestParameters.SearchFields Property
Optional. Gets or sets the list of field names to consider when querying for suggestions.
Namespace: Microsoft.Azure.Search.Models
Assembly: Microsoft.Azure.Search (in Microsoft.Azure.Search.dll)
Usage
'Usage
Dim instance As SuggestParameters
Dim value As IList(Of String)
value = instance.SearchFields
instance.SearchFields = value
Syntax
'Declaration
Public Property SearchFields As IList(Of String)
public IList<string> SearchFields { get; set; }
public:
property IList<String^>^ SearchFields {
IList<String^>^ get ();
void set (IList<String^>^ value);
}
/** @property */
public IList<String> get_SearchFields ()
/** @property */
public void set_SearchFields (IList<String> value)
public function get SearchFields () : IList<String>
public function set SearchFields (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
SuggestParameters Class
SuggestParameters Members
Microsoft.Azure.Search.Models Namespace