SearchRefinerItem Class

Definition

Defines an item that is used to refine the results returned by a search query. The SearchRefinerItem class is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public ref class SearchRefinerItem sealed
public sealed class SearchRefinerItem
Public NotInheritable Class SearchRefinerItem
Inheritance
SearchRefinerItem

Constructors

SearchRefinerItem()

Initializes a new instance of the SearchRefinerItem class. The SearchRefinerItem() constructor is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Properties

Count

Gets or sets the number of refiners used to narrow the search results. The Count property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Name

Gets or sets the name of the query refiner. The Name property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Token

Gets or sets an operator (for example, ':' or '>') plus the refiner value. The Token property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Value

Gets or sets the value of the query refiner. The Value property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

Applies to