ComputerTargetGroupCollection.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
System_CAPS_pubmethod IndexOf(IComputerTargetGroup)

Determines whether the collection contains the specified computer target group. If it does, the method returns the zero-based index of the first occurrence of the group in the collection.

System_CAPS_protmethod IndexOf(Object)

Searches for the specified element and returns the zero-based index of it if it exists.(Inherited from WsusCollection.)

See Also

ComputerTargetGroupCollection Class
Microsoft.UpdateServices.Administration Namespace

Return to top