Zip for WPF and Silverlight
C1.C1Zip Namespace / C1ZipEntry Class / Attributes Property

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