MapControl.MapServiceToken Propriété

Définition

Obtient ou définit la clé d’authentification requise pour l’utilisation des services MapControl et de mappage en ligne.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Clé d’authentification requise pour l’utilisation de MapControl et des services de mappage en ligne.

S’applique à

Voir aussi