[]
Gets or sets the element at the specified index.
public ValidationRule this[int index] { get; set; }
Public Default Property Item(index As Integer) As ValidationRule
| Type | Name | Description |
|---|---|---|
| int | index | The zero-based index of the element to get or set. |