MapService.ServiceToken 属性

定义

获取或设置使用联机映射服务所需的应用程序 ID 和身份验证令牌。

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

static void ServiceToken(winrt::hstring value);
public static string ServiceToken { get; set; }
var string = MapService.serviceToken;
MapService.serviceToken = string;
Public Shared Property ServiceToken As String

属性值

String

Platform::String

winrt::hstring

使用联机映射服务所需的应用程序 ID 和身份验证令牌。

适用于

另请参阅