OperationFaultCollection.IndexOf Method (OperationFault)

 

Searches for the specified OperationFault and returns the zero-based index of the first occurrence within the collection.

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

member IndexOf : 
        operationFaultMessage:OperationFault -> int

Parameters

operationFaultMessage
Type: System.Web.Services.Description.OperationFault

The OperationFault for which to search in the collection.

Return Value

Type: System.Int32

A 32-bit signed integer.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: