SearchSuggestionsRequestedEventArgs.Request Property

Definition

Gets an object that stores suggestions and information about the request.

public:
 property SearchSuggestionsRequest ^ Request { SearchSuggestionsRequest ^ get(); };
SearchSuggestionsRequest Request();
public SearchSuggestionsRequest Request { get; }
var searchSuggestionsRequest = searchSuggestionsRequestedEventArgs.request;
Public ReadOnly Property Request As SearchSuggestionsRequest

Property Value

The object that stores suggestions and information about the request.

Applies to

See also