UserWatcherUpdateKind Enum

Definition

Describes what kinds of changes were made to a user profile.

public enum class UserWatcherUpdateKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 655360)]
enum class UserWatcherUpdateKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 655360)]
public enum UserWatcherUpdateKind
var value = Windows.System.UserWatcherUpdateKind.properties
Public Enum UserWatcherUpdateKind
Inheritance
UserWatcherUpdateKind
Attributes

Windows requirements

Device family
Windows 10, version 2004 (introduced in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v10.0)

Fields

Picture 1

The user's picture has been changed.

Properties 0

The user's properties have been changed.

Applies to