Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / OrFilter Class / Filters Property


In This Topic
    Filters Property (OrFilter)
    In This Topic
    Gets an array of Filter objects that are part of the logical OR operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Filters As IEnumerable
    'Usage
     
    Dim instance As OrFilter
    Dim value As IEnumerable
     
    value = instance.Filters
    public IEnumerable Filters {get;}

    Property Value

    A reference to a Filter object.
    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