Nevron .NET Vision
Nevron.Diagram.Maps Namespace / NMapColumnMatch Class / CaseSensitive Field


In This Topic
    CaseSensitive Field
    In This Topic
    Determines whether the matching of the row values for the given columns should be case sensitive.
    Syntax
    'Declaration
     
    
    Public CaseSensitive As System.Boolean
    'Usage
     
    
    Dim instance As NMapColumnMatch
    Dim value As System.Boolean
     
    value = instance.CaseSensitive
     
    instance.CaseSensitive = value
    public System.bool CaseSensitive
    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