QuickObjects.ObjectBase Send comments on this topic.
IndexOf(String) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class > IndexOf Method : IndexOf(String) Method
name
Name of the BaseFieldValidator to locate within the collection.
Returns the index for the BaseFieldValidator with the given name within the collection.

Syntax

C# 
public int IndexOf( 
   string name
)

Parameters

name
Name of the BaseFieldValidator to locate within the collection.

Return Value

Index of the BaseFieldValidator with the given Name.

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also