IUpdateServer.GetComponentsWithErrors Method ()
Applies To: Windows Server Update Services
Gets a list of server components that are currently in an error state.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
StringCollection GetComponentsWithErrors()
StringCollection^ GetComponentsWithErrors()
abstract GetComponentsWithErrors : unit -> StringCollection
Function GetComponentsWithErrors As StringCollection
Return Value
Type: System.Collections.Specialized.StringCollection
List of server components that are currently in an error state, or an empty collection if there are no errors.
See Also
IUpdateServer Interface
Microsoft.UpdateServices.Administration Namespace
Return to top