ComponentOne Zip for .NET 2.0
C1.Zip Assembly / C1.Zip Namespace / C1ZipEntry Class / Attributes Property

In This Topic
    Attributes Property
    In This Topic
    Gets the file attributes associated with the entry.
    Syntax
    Public ReadOnly Property Attributes As FileAttributes
    public FileAttributes Attributes {get;}
    See Also