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

Syntax

C# 
public int IndexOf( 
   ValidatorTypes validatorType
)

Parameters

validatorType
validatorType to locate within the collection.

Return Value

Index of the field validator for the specified validator type.

Requirements

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

See Also