AppInstallerInfo.PausedUntil Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating the date and time that update checks will resume.
public:
property IReference<DateTime> ^ PausedUntil { IReference<DateTime> ^ get(); };
IReference<DateTime> PausedUntil();
public System.Nullable<System.DateTimeOffset> PausedUntil { get; }
var iReference = appInstallerInfo.pausedUntil;
Public ReadOnly Property PausedUntil As Nullable(Of DateTimeOffset)
Property Value
If update checks are paused, the date when update checks will resume; otherwise, null.
Windows requirements
Device family |
Windows 11 (introduced in 10.0.22000.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v14.0)
|
Remarks
Update checks can be paused by calling AppInstallerManager.PauseUpdatesUntil.