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

Syntax

C# 
public int IndexOf( 
   BaseFieldValidator baseFieldValidator
)

Parameters

baseFieldValidator
BaseFieldValidator to locate within the collection.

Return Value

Index of the BaseFieldValidator.

Requirements

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

See Also