QuickObjects.ObjectBase Send comments on this topic.
Item Property
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class : Item Property
Gets or Sets items in this collection.

Overload List

OverloadDescription
Item(Int32) Gets or Sets items in this collection.  
Item(String) Returns the BaseFieldValidator in this collection based on the name.  
Item(ValidatorTypes) Returns the BaseFieldValidator in this collection based on the validatorType.

Note: Returns the first validator that matches the type of validator specified in validatorType

 

Requirements

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

See Also