AppInstallerInfo.LastChecked Property

Definition

Gets a value indicating the date and time when deployment service last checked for updates.

public:
 property DateTime LastChecked { DateTime get(); };
DateTime LastChecked();
public System.DateTimeOffset LastChecked { get; }
var dateTime = appInstallerInfo.lastChecked;
Public ReadOnly Property LastChecked As DateTimeOffset

Property Value

The date and time when deployment service last checked for updates.

Windows requirements

Device family
Windows 11 (introduced in 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v14.0)

Applies to