DeviceAccountSyncScheduleKind Enum

Definition

Specifies how often the account is synced.

public enum class DeviceAccountSyncScheduleKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
enum class DeviceAccountSyncScheduleKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
public enum DeviceAccountSyncScheduleKind
var value = Windows.ApplicationModel.UserDataAccounts.SystemAccess.DeviceAccountSyncScheduleKind.manual
Public Enum DeviceAccountSyncScheduleKind
Inheritance
DeviceAccountSyncScheduleKind
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)
App capabilities
userDataAccountsProvider

Fields

AsItemsArrive 6

The account is synced as items arrive at the server (push model).

Daily 5

The account is synced once daily.

Every15Minutes 1

The account is synced every 15 minutes.

Every2Hours 4

The account is synced every 2 hours.

Every30Minutes 2

The account is synced every 30 minutes.

Every60Minutes 3

The account is synced every 60 minutes.

Manual 0

The account is synced manually.

Applies to