MapCore.CredentialsProvider Property

Bing
 

Gets or sets the credentials (Bing Maps Key).

Namespace:   Microsoft.Maps.MapControl.WPF
Assembly:  Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)

<TypeConverterAttribute(GetType(ApplicationIdCredentialsProviderConverter))>
Public Property CredentialsProvider As CredentialsProvider

myMap.CredentialsProvider = New ApplicationIdCredentialsProvider("Your Bing Maps Key");
Return to top
Show: