'Declaration
Public Overloads Property Item( _ ByVal index As Integer _ ) As DateDisplayFieldInfo
'Usage
Dim instance As DateTimeDisplayFieldCollectionInfo Dim index As Integer Dim value As DateDisplayFieldInfo instance.Item(index) = value value = instance.Item(index)
public DateDisplayFieldInfo Item( int index ) {get; set;}
Parameters
- index
- The zero-based index of the collection to access.