WebAccountProviderManageAccountOperation WebAccountProviderManageAccountOperation WebAccountProviderManageAccountOperation WebAccountProviderManageAccountOperation Class

Definition

Represents a manage account operation.

public : sealed class WebAccountProviderManageAccountOperation : IWebAccountProviderManageAccountOperation, IWebAccountProviderOperationpublic sealed class WebAccountProviderManageAccountOperation : IWebAccountProviderManageAccountOperation, IWebAccountProviderOperationPublic NotInheritable Class WebAccountProviderManageAccountOperation Implements IWebAccountProviderManageAccountOperation, IWebAccountProviderOperation// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Kind Kind Kind Kind

Gets the kind of web provider operation.

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

WebAccount WebAccount WebAccount WebAccount

Gets the web account to manage.

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

The web account to manage.

Methods

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

Informs the activating application that the operation completed successfully.

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