共用方式為


DeviceAccountConfiguration.IsSyncScheduleManagedBySystem 屬性

定義

取得布林值,指出同步排程是否由系統管理,而不是應用程式。

public:
 property bool IsSyncScheduleManagedBySystem { bool get(); void set(bool value); };
bool IsSyncScheduleManagedBySystem();

void IsSyncScheduleManagedBySystem(bool value);
public bool IsSyncScheduleManagedBySystem { get; set; }
var boolean = deviceAccountConfiguration.isSyncScheduleManagedBySystem;
deviceAccountConfiguration.isSyncScheduleManagedBySystem = boolean;
Public Property IsSyncScheduleManagedBySystem As Boolean

屬性值

Boolean

bool

布林值,指出同步排程是否由系統管理,而不是應用程式。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於