IComputerTarget.LastSyncResult Property

 

Applies To: Windows Server Update Services

Get the result of the last synchronization performed by this computer.

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

Syntax

SynchronizationResult LastSyncResult { get; }
property SynchronizationResult LastSyncResult {
    SynchronizationResult get();
}
abstract LastSyncResult : SynchronizationResult with get
ReadOnly Property LastSyncResult As SynchronizationResult

Property Value

Type: Microsoft.UpdateServices.Administration.SynchronizationResult

The SynchronizationResult of the last client synchronization.

Remarks

This is the result of the last synchronization, as reported by this computer to the WSUS server. This property will not be updated if the client is unable to contact the WSUS server.

See Also

IComputerTarget Interface
Microsoft.UpdateServices.Administration Namespace

Return to top