共用方式為


AppUpdateOptions.AllowForcedAppRestart 屬性

定義

取得或設定值,指定是否允許要求更新之應用程式的強制重新開機。

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

void AllowForcedAppRestart(bool value);
public bool AllowForcedAppRestart { get; set; }
var boolean = appUpdateOptions.allowForcedAppRestart;
appUpdateOptions.allowForcedAppRestart = boolean;
Public Property AllowForcedAppRestart As Boolean

屬性值

Boolean

bool

True 是表示 允許強制重新開機應用程式;否則為 false。

Windows 需求

應用程式功能
runFullTrust

適用於