ValidatorCollection.Item Property (Int32)

 

Gets the validation server control at the specified index location in the ValidatorCollection collection.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member Item : 
        index:int -> IValidator with get

Parameters

index
Type: System.Int32

The index of the validator to return.

Property Value

Type: System.Web.UI.IValidator

The value of the specified validator.

The following code example demonstrates using the Item property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: