SynchronizationUpdateErrorInfoCollection.IndexOf Method
Applies To: Windows Server Update Services
Searches for the specified element and returns the zero-based index of it if it exists.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Overload List
Name | Description | |
---|---|---|
IndexOf(Object) | Searches for the specified element and returns the zero-based index of it if it exists.(Inherited from WsusCollection.) |
|
IndexOf(SynchronizationUpdateErrorInfo) | Determines whether the collection contains the specified update error information. If the collection contains the update error information, the method returns the zero-based index to the update error information in the collection. |
See Also
SynchronizationUpdateErrorInfoCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top