DeviceAccountConfiguration.SyncScheduleKind 属性

定义

获取或设置一个枚举值,该值指定帐户的同步频率。

public:
 property DeviceAccountSyncScheduleKind SyncScheduleKind { DeviceAccountSyncScheduleKind get(); void set(DeviceAccountSyncScheduleKind value); };
DeviceAccountSyncScheduleKind SyncScheduleKind();

void SyncScheduleKind(DeviceAccountSyncScheduleKind value);
public DeviceAccountSyncScheduleKind SyncScheduleKind { get; set; }
var deviceAccountSyncScheduleKind = deviceAccountConfiguration.syncScheduleKind;
deviceAccountConfiguration.syncScheduleKind = deviceAccountSyncScheduleKind;
Public Property SyncScheduleKind As DeviceAccountSyncScheduleKind

属性值

一个枚举值,该值指定同步帐户的频率。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)
应用功能
userDataAccountsProvider

适用于