Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NOperatorRowCondition Class / MatchCase Property


In This Topic
    MatchCase Property (NOperatorRowCondition)
    In This Topic
    Gets or sets whether the string match operation is performed in case sensitive or case insensitive manner. By default true. Only has effects when Operator is equal to StartsWith, EndsWith, Contains, ContainedIn and Like.
    Syntax
    'Declaration
     
    
    Public Property MatchCase As System.Boolean
    'Usage
     
    
    Dim instance As NOperatorRowCondition
    Dim value As System.Boolean
     
    instance.MatchCase = value
     
    value = instance.MatchCase
    public System.bool MatchCase {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also