This topic has not yet been rated - Rate this topic

BingMapsTask.SearchTerm Property

July 26, 2012

Gets or sets the search term that is used to find and tag locations on the map.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.
public string SearchTerm { get; set; }
<object SearchTerm="string" .../>

Property Value

Type: System.String
Type: String. The search term used to find and tag locations on the map.

You must set either the SearchTerm property or the Center property before calling Show() or an InvalidOperationException will be thrown.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.