Share via


MicrosoftAccountMultiFactorUnregisteredAccountsAndSessionInfo.UnregisteredAccounts Property

Definition

This API is for internal use only and should not be used in your code.

public:
 property IVectorView<Platform::String ^> ^ UnregisteredAccounts { IVectorView<Platform::String ^> ^ get(); };
IVectorView<winrt::hstring> UnregisteredAccounts();
public IReadOnlyList<string> UnregisteredAccounts { get; }
var iVectorView = microsoftAccountMultiFactorUnregisteredAccountsAndSessionInfo.unregisteredAccounts;
Public ReadOnly Property UnregisteredAccounts As IReadOnlyList(Of String)

Property Value

IVectorView<String>

IReadOnlyList<String>

IVectorView<Platform::String>

IVectorView<winrt::hstring>

This API is for internal use only and should not be used in your code.

Applies to