SuggestParameters.Select Property

Optional. Gets or sets the list of fields to retrieve. If unspecified, all fields marked as retrievable in the schema are included.

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.Select

instance.Select = value

Syntax

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

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

public function set Select (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