This topic has not yet been rated - Rate this topic

ApplicationIdCredentialsProvider.ApplicationId Property

Bing Services
Gets or sets the application ID. The application ID is your Bing Maps Key. Information about getting a Bing Maps Key is found in Getting a Bing Maps Key.

Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF)
Visual Basic
Dim instance As ApplicationIdCredentialsProvider
Dim value As String

value = instance.ApplicationId

instance.ApplicationId = value
public string ApplicationId { get; set; }

Property Value

Returns String.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

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