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


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

    Property Value

    The maximum 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