Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / NameFilter Class / CaseSensitive Property


In This Topic
    CaseSensitive Property
    In This Topic
    Gets a value indicating whether the file or folder name matching is case-sensitive.
    Syntax
    'Declaration
     
    Public ReadOnly Property CaseSensitive As Boolean
    'Usage
     
    Dim instance As NameFilter
    Dim value As Boolean
     
    value = instance.CaseSensitive
    public bool CaseSensitive {get;}

    Property Value

    true if the file or folder name is case-sesitive; false otherwise.
    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