WindowsUpdateManager.LastSuccessfulScanTimestamp 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 last successful scan timestamp from WindowsUpdateManager.
public:
property IReference<DateTime> ^ LastSuccessfulScanTimestamp { IReference<DateTime> ^ get(); };
IReference<DateTime> LastSuccessfulScanTimestamp();
public System.Nullable<System.DateTimeOffset> LastSuccessfulScanTimestamp { get; }
var iReference = windowsUpdateManager.lastSuccessfulScanTimestamp;
Public ReadOnly Property LastSuccessfulScanTimestamp As Nullable(Of DateTimeOffset)
Property Value
A value indicating the last successful scan timestamp from WindowsUpdateManager.
Remarks
The timestamp is reported in the local time of the device. If there has not yet been a successful scan, then the value returned is null.