WindowsUpdateManager.LastSuccessfulScanTimestamp Property

Definition

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.

Applies to