SubscriptionEventCollection.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(ISubscriptionEvent) | Determines if the collection contains the specified subscription event. If the collection contains the subscription event, the method returns the zero-based index to the subscription event in the collection. |
|
IndexOf(Object) | Searches for the specified element and returns the zero-based index of it if it exists.(Inherited from WsusCollection.) |
See Also
SubscriptionEventCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top