BasicProfileViolationCollection.IndexOf(BasicProfileViolation) Method     
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 -> intPublic Function IndexOf (violation As BasicProfileViolation) As IntegerParameters
- 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.