'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As ValidationRule
public ValidationRule this[ int index ]; {get; set;}
Parameters
- index
- The zero-based index of the element to get or set.
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As ValidationRule
public ValidationRule this[ int index ]; {get; set;}