Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / AttributeFilter Class / Attributes Property


In This Topic
    Attributes Property (AttributeFilter)
    In This Topic
    Gets the file attributes used to filter files and folders.
    Syntax
    'Declaration
     
    Public ReadOnly Property Attributes As FileAttributes
    'Usage
     
    Dim instance As AttributeFilter
    Dim value As FileAttributes
     
    value = instance.Attributes
    public FileAttributes Attributes {get;}

    Property Value

    A combination of System.IO.FileAttributes fields that represent the attributes used to filter files and folders.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also