BasicProfileViolationCollection.IndexOf(BasicProfileViolation) Method

Definition

Returns the zero-based index of a specified BasicProfileViolation in the collection.

public:
 int IndexOf(System::Web::Services::Description::BasicProfileViolation ^ violation);
public int IndexOf (System.Web.Services.Description.BasicProfileViolation violation);
member this.IndexOf : System.Web.Services.Description.BasicProfileViolation -> int
Public Function IndexOf (violation As BasicProfileViolation) As Integer

Parameters

violation
BasicProfileViolation

The BasicProfileViolation to find in the collection.

Returns

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

Applies to