Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / SizeFilter Class / MinSize Property


In This Topic
    MinSize Property
    In This Topic
    Gets the minimum size value of the filter.
    Syntax
    'Declaration
     
    Public ReadOnly Property MinSize As Long
    'Usage
     
    Dim instance As SizeFilter
    Dim value As Long
     
    value = instance.MinSize
    public long MinSize {get;}

    Property Value

    The minimum size value, in bytes, of the filter.
    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