GeocodeQuery.SearchTerm Property

Namespace:  Microsoft.Phone.Maps.Services
Assembly:  Microsoft.Phone.Maps (in Microsoft.Phone.Maps.dll)

Syntax

'Declaration
Public Property SearchTerm As String
public string SearchTerm { get; set; }
public:
property String^ SearchTerm {
    String^ get ();
    void set (String^ value);
}
member SearchTerm : string with get, set

Property Value

Type: System.String

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

GeocodeQuery Class

Microsoft.Phone.Maps.Services Namespace