UserDataAccountProviderResolveErrorsOperation UserDataAccountProviderResolveErrorsOperation UserDataAccountProviderResolveErrorsOperation UserDataAccountProviderResolveErrorsOperation Class

Definition

Provides the data for a "resolve errors" account operation.

public : sealed class UserDataAccountProviderResolveErrorsOperation : IUserDataAccountProviderOperation, IUserDataAccountProviderResolveErrorsOperationpublic sealed class UserDataAccountProviderResolveErrorsOperation : IUserDataAccountProviderOperation, IUserDataAccountProviderResolveErrorsOperationPublic NotInheritable Class UserDataAccountProviderResolveErrorsOperation Implements IUserDataAccountProviderOperation, IUserDataAccountProviderResolveErrorsOperation// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

The operating system invokes the "resolve errors" action on the app that set up the account. If no app was used to set up the account, then the operating system shows a dialog that asks the user to re-enter their password for the account and optionally change mail server configuration.

Properties

Kind Kind Kind Kind

Gets the type of this account operation.

public : UserDataAccountProviderOperationKind Kind { get; }public UserDataAccountProviderOperationKind Kind { get; }Public ReadOnly Property Kind As UserDataAccountProviderOperationKind// You can use this property in JavaScript.

UserDataAccountId UserDataAccountId UserDataAccountId UserDataAccountId

Gets the user account ID for this "resolve errors" operation.

public : PlatForm::String UserDataAccountId { get; }public string UserDataAccountId { get; }Public ReadOnly Property UserDataAccountId As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The user account ID for this "resolve errors" operation.

Methods

ReportCompleted() ReportCompleted() ReportCompleted() ReportCompleted()

Reports back to the calling app that the operation is complete.

public : void ReportCompleted()public void ReportCompleted()Public Function ReportCompleted() As void// You can use this method in JavaScript.