Share via


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

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

Fields

Name Value Description
Properties 0

The user's properties have been changed.

Picture 1

The user's picture has been changed.

Applies to