IDownstreamServer.LastSyncTime Property

 

Applies To: Windows Server Update Services

Gets the last UTC time the downstream server synchronized with this server.

Namespace:   Microsoft.UpdateServices.Administration
Assembly:  Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)

Syntax

DateTime LastSyncTime { get; }
property DateTime LastSyncTime {
    DateTime get();
}
abstract LastSyncTime : DateTime with get
ReadOnly Property LastSyncTime As Date

Property Value

Type: System.DateTime

The UTC time that the DownstreamServer last synced from this server.

Remarks

This value can be DateTime.MinValue if the downstream server attempted to synchronize with this server, but the synchronization process failed.

See Also

IDownstreamServer Interface
Microsoft.UpdateServices.Administration Namespace

Return to top