ValidationCollection.Item

ValidationCollection indexer

Gets the Validation element at the specified index.

public Validation this[int index] { get; }
ParameterDescription
indexThe zero based index of the element.

Return Value

The element at the specified index.

See Also