次の方法で共有


OnlineIdServiceTicket.Value プロパティ

定義

チケット。

Note

Windows 10以上の開発を行う場合は、代わりに Windows.Security.Authentication.Web.Core API を使用してください。 詳細については、「 Web アカウント マネージャー」を参照してください。

public:
 property Platform::String ^ Value { Platform::String ^ get(); };
winrt::hstring Value();
public string Value { get; }
var string = onlineIdServiceTicket.value;
Public ReadOnly Property Value As String

プロパティ値

String

Platform::String

winrt::hstring

チケットを表す文字列。

適用対象