ComponentOne Zip for UWP
C1.UWP.Zip Assembly / C1.C1Zip Namespace / C1ZipEntry Class / Attributes Property

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