Parse.Keyword Property

 

A string representing the 'what' component of the search query. Get this property from the service response.

Syntax

public string Keyword { set; get; }
Public Property Keyword As String

Remarks

If the search query is "pizza in Seattle, WA", then the Keyword property contains "pizza".