Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / NotFilter Class / Filter Property


In This Topic
    Filter Property
    In This Topic
    Gets the Filter object that is used for the logical NOT operation.
    Syntax
    'Declaration
     
    Public ReadOnly Property Filter As Filter
    'Usage
     
    Dim instance As NotFilter
    Dim value As Filter
     
    value = instance.Filter
    public Filter Filter {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