System.Web.Services.Description.ServiceDescriptionCollection.IndexOf Method

Searches for the specified System.Web.Services.Description.ServiceDescription and returns the zero-based index of the first occurrence within the collection.

Syntax

public int IndexOf (ServiceDescription serviceDescription)

Parameters

serviceDescription
The System.Web.Services.Description.ServiceDescription for which to search in the collection.

Returns

The zero-based index of the specified service description, or -1 if the element was not found in the collection.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Web.Services.Description
Assembly: System.Web.Services (in System.Web.Services.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0