Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the application ID, or Bing Maps Key, for these credentials.
Namespace: Microsoft.Maps.MapControl.WPF
Assembly: Microsoft.Maps.MapControl.WPF (in Microsoft.Maps.MapControl.WPF.dll)
Syntax
[DataMemberAttribute]
public string ApplicationId { get; set; }
public:
[DataMemberAttribute]
property String^ ApplicationId {
String^ get();
void set(String^ value);
}
[<DataMemberAttribute>]
member ApplicationId : string with get, set
<DataMemberAttribute>
Public Property ApplicationId As String
Property Value
Type: System.String
Returns String.
See Also
Credentials Class
Microsoft.Maps.MapControl.WPF Namespace
Return to top