ApplicationIdCredentialsProvider Constructor (String)

This documentation is no longer available on MSDN, however it is available as a CHM download.

Initializes a new instance of the ApplicationIdCredentialsProvider class using the specified application ID.

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

Usage

Syntax

'Declaration
Public Sub New ( _
    applicationId As String _
)
public ApplicationIdCredentialsProvider (
    string applicationId
)
public:
ApplicationIdCredentialsProvider (
    String^ applicationId
)
public ApplicationIdCredentialsProvider (
    String applicationId
)
public function ApplicationIdCredentialsProvider (
    applicationId : String
)

Parameters

  • applicationId
    The application ID, or Bing Maps Key, to use.

Platforms

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

See Also

Reference

ApplicationIdCredentialsProvider Class
ApplicationIdCredentialsProvider Members
Microsoft.Maps.MapControl Namespace