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

Syntax

C# 
public void Remove( 
   BaseFieldValidator baseFieldValidator
)

Parameters

baseFieldValidator
The BaseFieldValidator to remove.

Requirements

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

See Also