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 和線上對應服務所需的驗證金鑰。

適用於

另請參閱