MapControl.MapServiceToken プロパティ

定義

MapControl およびオンライン マッピング サービスの使用に必要な認証キーを取得または設定します。

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

プロパティ値

String

Platform::String

winrt::hstring

MapControl およびオンライン マッピング サービスを使用するために必要な認証キー。

適用対象

こちらもご覧ください