QuickObjects.ObjectBase Send comments on this topic.
Remove(ValidatorTypes) Method
See Also 
Akal.QuickObjects.ObjectBase Namespace > BaseFieldValidatorCollection Class > Remove Method : Remove(ValidatorTypes) Method
validatorType
The validatorType to remove.
Removes the first occurrence of a specific validator type from the Collection.

Syntax

C# 
public void Remove( 
   ValidatorTypes validatorType
)

Parameters

validatorType
The validatorType to remove.

Requirements

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

See Also