ISubscriptionEvent.UpdateErrors Property
Applies To: Windows Server Update Services
Gets a collection of update errors.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
SynchronizationUpdateErrorInfoCollection UpdateErrors { get; }
property SynchronizationUpdateErrorInfoCollection^ UpdateErrors {
SynchronizationUpdateErrorInfoCollection^ get();
}
abstract UpdateErrors : SynchronizationUpdateErrorInfoCollection with get
ReadOnly Property UpdateErrors As SynchronizationUpdateErrorInfoCollection
Property Value
Type: Microsoft.UpdateServices.Administration.SynchronizationUpdateErrorInfoCollection
A SynchronizationUpdateErrorInfoCollection collection that contains update errors. The collection contains errors only if the value of EventCategory is SynchronizationCompletion otherwise, the collection is empty.
See Also
ISubscriptionEvent Interface
Microsoft.UpdateServices.Administration Namespace
Return to top