ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / CatalogCollection Class / Item Property

In This Topic
    Item Property (CatalogCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Default Property Item( _
       ByVal index As System.Integer _
    ) As System.String
    public System.string this[ 
       System.int index
    ]; {get; set;}

    Parameters

    index
    See Also