MapService.ServiceToken 屬性

定義

取得或設定使用線上對應服務所需的應用程式識別碼和驗證權杖。

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

使用線上對應服務所需的應用程式識別碼和驗證權杖。

適用於

另請參閱