Share via


ApplicationIdCredentialsProvider Constructor (String)

 

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

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

Syntax

public ApplicationIdCredentialsProvider(
    string applicationId
)
public:
ApplicationIdCredentialsProvider(
    String^ applicationId
)
new : 
        applicationId:string -> ApplicationIdCredentialsProvider
Public Sub New (
    applicationId As String
)

Parameters

  • applicationId
    Type: System.String

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

See Also

ApplicationIdCredentialsProvider Overload
ApplicationIdCredentialsProvider Class
Microsoft.Maps.MapControl.WPF Namespace

Return to top