ISubscriptionEvent.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
If WsusEventId equals SynchronizationCompletedFailure the value represents the error that is associated with a synchronization failure, otherwise, the value is NotApplicable. For possible values, see SynchronizationError.
See Also
ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace
Return to top