MapControl.MapServiceToken Property

Definition

Gets or sets the authentication key required for using the MapControl and online mapping services.

public:
 property Platform::String ^ MapServiceToken { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring MapServiceToken();

void MapServiceToken(winrt::hstring value);
public string MapServiceToken { get; set; }
var string = mapControl.mapServiceToken;
mapControl.mapServiceToken = string;
Public Property MapServiceToken As String

Property Value

String

Platform::String

winrt::hstring

The authentication key required for using the MapControl and online mapping services.

Applies to

See also