UserDataAccountSystemAccessManager.GetDeviceAccountConfigurationAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Note
This API is no longer supported and should not be called from your code.
Asynchronously gets the DeviceAccountConfiguration for the specified device account.
public:
static IAsyncOperation<DeviceAccountConfiguration ^> ^ GetDeviceAccountConfigurationAsync(Platform::String ^ accountId);
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<DeviceAccountConfiguration> GetDeviceAccountConfigurationAsync(winrt::hstring const& accountId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<DeviceAccountConfiguration> GetDeviceAccountConfigurationAsync(string accountId);
function getDeviceAccountConfigurationAsync(accountId)
Public Shared Function GetDeviceAccountConfigurationAsync (accountId As String) As IAsyncOperation(Of DeviceAccountConfiguration)
Parameters
- accountId
-
String
Platform::String
winrt::hstring
The ID for the device account.
Returns
Reutrns the DeviceAccountConfiguration for the device account specified by the accountId parameter.
- Attributes
Windows requirements
Device family |
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v3.0)
|
App capabilities |
userDataAccountsProvider
|