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 和联机映射服务所需的身份验证密钥。

适用于

另请参阅