Xceed .NET Libraries Documentation
Attributes Property (AttributeFilter)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AttributeFilter Class : Attributes Property
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

Reference

AttributeFilter Class
AttributeFilter Members