ISynchronizationInfo.Result Property

 

Applies To: Windows Server Update Services

Gets the result of the synchronization process.

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

Syntax

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

Property Value

Type: Microsoft.UpdateServices.Administration.SynchronizationResult

The result of the synchronization process, that is, whether the synchronization process has succeeded or failed. For possible values, see SynchronizationResult.

See Also

ISynchronizationInfo Interface
Microsoft.UpdateServices.Administration Namespace

Return to top