次の方法で共有


DeviceAccountConfiguration.SsoAccountId プロパティ

定義

シングル サインオン アカウント ID を取得または設定します。

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

void SsoAccountId(winrt::hstring value);
public string SsoAccountId { get; set; }
var string = deviceAccountConfiguration.ssoAccountId;
deviceAccountConfiguration.ssoAccountId = string;
Public Property SsoAccountId As String

プロパティ値

String

Platform::String

winrt::hstring

シングル サインオン アカウント ID。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)
アプリの機能
userDataAccountsProvider

適用対象