UserDataAccountProviderSettingsOperation
UserDataAccountProviderSettingsOperation
UserDataAccountProviderSettingsOperation
UserDataAccountProviderSettingsOperation
Class
Definition
Provides the data for an account settings operation.
public : sealed class UserDataAccountProviderSettingsOperation : IUserDataAccountProviderOperation, IUserDataAccountProviderSettingsOperationpublic sealed class UserDataAccountProviderSettingsOperation : IUserDataAccountProviderOperation, IUserDataAccountProviderSettingsOperationPublic NotInheritable Class UserDataAccountProviderSettingsOperation Implements IUserDataAccountProviderOperation, IUserDataAccountProviderSettingsOperation// 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 settings 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 generic account settings dialog.
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.
- Value
- UserDataAccountProviderOperationKind UserDataAccountProviderOperationKind UserDataAccountProviderOperationKind UserDataAccountProviderOperationKind
The type of this account operation.
UserDataAccountId UserDataAccountId UserDataAccountId UserDataAccountId
Gets the user account ID for this settings 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 settings operation.