Xceed .NET Libraries Documentation
Filters Property (AndFilter)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > AndFilter Class : Filters Property
Gets an array of Filter objects that are part of the logical AND operation.
Syntax
'Declaration
 
Public ReadOnly Property Filters As IEnumerable
'Usage
 
Dim instance As AndFilter
Dim value As IEnumerable
 
value = instance.Filters
public IEnumerable Filters {get;}

Property Value

An array of Filter objects.
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

AndFilter Class
AndFilter Members