SynchronizationUpdateErrorInfo.Error Property

 

Applies To: Windows Server Update Services

The error that occurred while processing the update.

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

Syntax

public SynchronizationUpdateError Error { get; }
public:
property SynchronizationUpdateError Error {
    SynchronizationUpdateError get();
}
member Error : SynchronizationUpdateError with get
Public ReadOnly Property Error As SynchronizationUpdateError

Property Value

Type: Microsoft.UpdateServices.Administration.SynchronizationUpdateError

The error that occurred while processing the update. For a list of possible errors, see SynchronizationUpdateError.

See Also

SynchronizationUpdateErrorInfo Class
Microsoft.UpdateServices.Administration Namespace

Return to top