ISynchronizationInfo.Error Property
Applies To: Windows Server Update Services
Gets the error associated with a synchronization failure.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
SynchronizationError Error { get; }
property SynchronizationError Error {
SynchronizationError get();
}
abstract Error : SynchronizationError with get
ReadOnly Property Error As SynchronizationError
Property Value
Type: Microsoft.UpdateServices.Administration.SynchronizationError
The error associated with a synchronization failure. For possible values, see SynchronizationError.
Remarks
The error code represents either the error associated with a synchronization failure or cancellation. If Result is Failed, the value represents the error that is associated with a synchronization failure. If Result is Canceled, the value is UserCanceled.
If there was no error, then the value is NotApplicable.
See Also
ISynchronizationInfo Interface
Microsoft.UpdateServices.Administration Namespace
Return to top