Freigeben über


DeviceAccountConfiguration.SsoAccountId Eigenschaft

Definition

Ruft die Konto-ID für einmaliges Anmelden ab oder legt sie fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Konto-ID für einmaliges Anmelden.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)
App-Funktionen
userDataAccountsProvider

Gilt für: