\
ComponentOne List for WinForms
C1.Win.C1List.4.5.2 Assembly / C1.C1Zip Namespace / C1ZipEntryCollection Class / Item Property / Item(String) Property

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As C1ZipEntry
    public C1ZipEntry Item( 
       System.string name
    ) {get;}

    Parameters

    name
    See Also